#D2EE49

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

Shades of Pear #D2EE49

Tints of Pear #D2EE49

Color information

#D2EE49 (or 0xD2EE49) is unknown color: approx Pear. HEX triplet: D2, EE and 49. RGB value is (210,238,73). Sum of RGB (Red+Green+Blue) = 210+238+73=521 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.31% from 521); Green value is 238 (93.36% from 255 or 45.68% from 521); Blue value is 73 (28.91% from 255 or 14.01% from 521); Max value from RGB is 238 - color contains mainly: green. Hex color #D2EE49 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D2EE49 is #2D11B6. Grayscale: #D3D3D3. Windows color (decimal): -2953655 or 4845266. OLE color: 4845266.

HSL color Cylindrical-coordinate representation of color #D2EE49: hue angle of 70.18º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D2EE49 is Cyan = 0.12, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.07.

Color convert

RGB21023873-
CMYK0.1200.690.07
HSL70.18º82.91%60.98%-
HSV(B)70.18º69.33%93.33%-
XYZ58.3675.3317.77-
YUV210.8250.22127.42-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 40.31%
GREEN value IS 238 (93.36% from 255) = 45.68%
BLUE value IS 73 (28.91% from 255) = 14.01%
R=40.31%
G=45.68%
B=14.01%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal210238730.1200.690.0770.1882.9160.98
HexD2EE49C045746533d
Octal322356111140105710612375
Binary1101001011101110100100111000100010111110001101010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2EE49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2EE49; }

 p { color: rgb(210,238,73); }

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

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

 a { background-color: rgb(210,238,73); }

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

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

 span { border-color: rgb(210,238,73); }

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