#D2E33C

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

Shades of Pear #D2E33C

Tints of Pear #D2E33C

Color information

#D2E33C (or 0xD2E33C) is unknown color: approx Pear. HEX triplet: D2, E3 and 3C. RGB value is (210,227,60). Sum of RGB (Red+Green+Blue) = 210+227+60=497 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.25% from 497); Green value is 227 (89.06% from 255 or 45.67% from 497); Blue value is 60 (23.83% from 255 or 12.07% from 497); Max value from RGB is 227 - color contains mainly: green. Hex color #D2E33C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2E33C is #2D1CC3. Grayscale: #CBCBCB. Windows color (decimal): -2956484 or 3990482. OLE color: 3990482.

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

Color convert

RGB21022760-
CMYK0.0700.740.11
HSL66.11º74.89%56.27%-
HSV(B)66.11º73.57%89.02%-
XYZ54.8668.9714.7-
YUV202.8847.37133.08-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 42.25%
GREEN value IS 227 (89.06% from 255) = 45.67%
BLUE value IS 60 (23.83% from 255) = 12.07%
R=42.25%
G=45.67%
B=12.07%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal210227600.0700.740.1166.1174.8956.27
HexD2E33C704AB424b38
Octal32234374701121310211370
Binary110100101110001111110011101001010101110000101001011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2E33C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2E33C; }

 p { color: rgb(210,227,60); }

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

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

 a { background-color: rgb(210,227,60); }

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

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

 span { border-color: rgb(210,227,60); }

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