#d2ee21

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

Shades of Pear #D2EE21

Tints of Pear #D2EE21

Color information

#D2EE21 (or 0xD2EE21) is unknown color: approx Pear. HEX triplet: D2, EE and 21. RGB value is (210,238,33). Sum of RGB (Red+Green+Blue) = 210+238+33=481 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.66% from 481); Green value is 238 (93.36% from 255 or 49.48% from 481); Blue value is 33 (13.28% from 255 or 6.86% from 481); Max value from RGB is 238 - color contains mainly: green. Hex color #D2EE21 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D2EE21 is #2D11DE. Grayscale: #CFCFCF. Windows color (decimal): -2953695 or 2223826. OLE color: 2223826.

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

Color convert

RGB21023833-
CMYK0.1200.860.07
HSL68.2º85.77%53.14%-
HSV(B)68.2º86.13%93.33%-
XYZ57.4374.9612.88-
YUV206.2630.22130.67-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 43.66%
GREEN value IS 238 (93.36% from 255) = 49.48%
BLUE value IS 33 (13.28% from 255) = 6.86%
R=43.66%
G=49.48%
B=6.86%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal210238330.1200.860.0768.285.7753.14
HexD2EE21C0567445635
Octal32235641140126710412665
Binary110100101110111010000111000101011011110001001010110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d2ee21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d2ee21; }

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

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

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

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

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

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

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

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