#D2ED48

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

Shades of Pear #D2ED48

Tints of Pear #D2ED48

Color information

#D2ED48 (or 0xD2ED48) is unknown color: approx Pear. HEX triplet: D2, ED and 48. RGB value is (210,237,72). Sum of RGB (Red+Green+Blue) = 210+237+72=519 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.46% from 519); Green value is 237 (92.97% from 255 or 45.66% from 519); Blue value is 72 (28.52% from 255 or 13.87% from 519); Max value from RGB is 237 - color contains mainly: green. Hex color #D2ED48 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D2ED48 is #2D12B7. Grayscale: #D2D2D2. Windows color (decimal): -2953912 or 4779474. OLE color: 4779474.

HSL color Cylindrical-coordinate representation of color #D2ED48: hue angle of 69.82º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D2ED48 is Cyan = 0.11, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.07.

Color convert

RGB21023772-
CMYK0.1100.700.07
HSL69.82º82.09%60.59%-
HSV(B)69.82º69.62%92.94%-
XYZ58.0374.7417.5-
YUV210.1250.05127.92-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 40.46%
GREEN value IS 237 (92.97% from 255) = 45.66%
BLUE value IS 72 (28.52% from 255) = 13.87%
R=40.46%
G=45.66%
B=13.87%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal210237720.1100.700.0769.8282.0960.59
HexD2ED48B046746523d
Octal322355110130106710612275
Binary1101001011101101100100010110100011011110001101010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2ED48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2ED48; }

 p { color: rgb(210,237,72); }

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

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

 a { background-color: rgb(210,237,72); }

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

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

 span { border-color: rgb(210,237,72); }

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