#d2e415

Color #D2E415 Pear (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pear #D2E415

Tints of Pear #D2E415

Color information

#D2E415 (or 0xD2E415) is unknown color: approx Pear. HEX triplet: D2, E4 and 15. RGB value is (210,228,21). Sum of RGB (Red+Green+Blue) = 210+228+21=459 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.75% from 459); Green value is 228 (89.45% from 255 or 49.67% from 459); Blue value is 21 (8.59% from 255 or 4.58% from 459); Max value from RGB is 228 - color contains mainly: green. Hex color #D2E415 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2E415 is #2D1BEA. Grayscale: #C7C7C7. Windows color (decimal): -2956267 or 1434834. OLE color: 1434834.

HSL color Cylindrical-coordinate representation of color #D2E415: hue angle of 65.22º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D2E415 is Cyan = 0.08, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.11.

Color convert

RGB21022821-
CMYK0.0800.910.11
HSL65.22º83.13%48.82%-
HSV(B)65.22º90.79%89.41%-
XYZ54.4669.2411.2-
YUV199.0227.54135.83-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 210 (82.42% from 255) = 45.75%
GREEN value IS 228 (89.45% from 255) = 49.67%
BLUE value IS 21 (8.59% from 255) = 4.58%
R=45.75%
G=49.67%
B=4.58%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal210228210.0800.910.1165.2283.1348.82
HexD2E415805BB415331
Octal322344251001331310112361
Binary110100101110010010101100001011011101110000011010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d2e415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d2e415; }

 p { color: rgb(210,228,21); }

 H1.HeaderClassName
 {
   color: #d2e415;
 }
 .AnyTagClassName
 {
   color: #d2e415;
 }
</style>
background-color css

<style>
 a { background-color: #d2e415; }

 a { background-color: rgb(210,228,21); }

 div.DivClassName
 {
   background-color: #d2e415;
 }
 .BgClassName
 {
   background-color: #d2e415;
 }
</style>
border-color css

<style>
 span { border-color: #d2e415; }

 span { border-color: rgb(210,228,21); }

 td.TdClassName
 {
   border-color: #d2e415;
 }
 .TagClassName
 {
   border-color: #d2e415;
 }
</style>