#D2E13B

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

Shades of Pear #D2E13B

Tints of Pear #D2E13B

Color information

#D2E13B (or 0xD2E13B) is unknown color: approx Pear. HEX triplet: D2, E1 and 3B. RGB value is (210,225,59). Sum of RGB (Red+Green+Blue) = 210+225+59=494 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.51% from 494); Green value is 225 (88.28% from 255 or 45.55% from 494); Blue value is 59 (23.44% from 255 or 11.94% from 494); Max value from RGB is 225 - color contains mainly: green. Hex color #D2E13B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2E13B is #2D1EC4. Grayscale: #CACACA. Windows color (decimal): -2956997 or 3924434. OLE color: 3924434.

HSL color Cylindrical-coordinate representation of color #D2E13B: hue angle of 65.42º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D2E13B is Cyan = 0.07, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.12.

Color convert

RGB21022559-
CMYK0.0700.740.12
HSL65.42º73.45%55.69%-
HSV(B)65.42º73.78%88.24%-
XYZ54.2967.8714.38-
YUV201.5947.53134-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 42.51%
GREEN value IS 225 (88.28% from 255) = 45.55%
BLUE value IS 59 (23.44% from 255) = 11.94%
R=42.51%
G=45.55%
B=11.94%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal210225590.0700.740.1265.4273.4555.69
HexD2E13B704AC414938
Octal32234173701121410111170
Binary110100101110000111101111101001010110010000011001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2E13B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2E13B; }

 p { color: rgb(210,225,59); }

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

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

 a { background-color: rgb(210,225,59); }

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

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

 span { border-color: rgb(210,225,59); }

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