#D2E12E

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

Shades of Pear #D2E12E

Tints of Pear #D2E12E

Color information

#D2E12E (or 0xD2E12E) is unknown color: approx Pear. HEX triplet: D2, E1 and 2E. RGB value is (210,225,46). Sum of RGB (Red+Green+Blue) = 210+225+46=481 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.66% from 481); Green value is 225 (88.28% from 255 or 46.78% from 481); Blue value is 46 (18.36% from 255 or 9.56% from 481); Max value from RGB is 225 - color contains mainly: green. Hex color #D2E12E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2E12E is #2D1ED1. Grayscale: #C8C8C8. Windows color (decimal): -2957010 or 3072466. OLE color: 3072466.

HSL color Cylindrical-coordinate representation of color #D2E12E: hue angle of 65.03º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D2E12E is Cyan = 0.07, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.12.

Color convert

RGB21022546-
CMYK0.0700.800.12
HSL65.03º74.9%53.14%-
HSV(B)65.03º79.56%88.24%-
XYZ5467.7512.82-
YUV200.1141.03135.05-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 43.66%
GREEN value IS 225 (88.28% from 255) = 46.78%
BLUE value IS 46 (18.36% from 255) = 9.56%
R=43.66%
G=46.78%
B=9.56%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal210225460.0700.800.1265.0374.953.14
HexD2E12E7050C414b35
Octal32234156701201410111365
Binary110100101110000110111011101010000110010000011001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2E12E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2E12E; }

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

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

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

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

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

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

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

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