#D2EF21

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

Shades of Pear #D2EF21

Tints of Pear #D2EF21

Color information

#D2EF21 (or 0xD2EF21) is unknown color: approx Pear. HEX triplet: D2, EF and 21. RGB value is (210,239,33). Sum of RGB (Red+Green+Blue) = 210+239+33=482 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.57% from 482); Green value is 239 (93.75% from 255 or 49.59% from 482); Blue value is 33 (13.28% from 255 or 6.85% from 482); Max value from RGB is 239 - color contains mainly: green. Hex color #D2EF21 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D2EF21 is #2D10DE. Grayscale: #CFCFCF. Windows color (decimal): -2953439 or 2224082. OLE color: 2224082.

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

Color convert

RGB21023933-
CMYK0.1200.860.06
HSL68.45º86.55%53.33%-
HSV(B)68.45º86.19%93.73%-
XYZ57.7275.5412.98-
YUV206.8429.89130.25-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 43.57%
GREEN value IS 239 (93.75% from 255) = 49.59%
BLUE value IS 33 (13.28% from 255) = 6.85%
R=43.57%
G=49.59%
B=6.85%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal210239330.1200.860.0668.4586.5553.33
HexD2EF21C0566445735
Octal32235741140126610412765
Binary110100101110111110000111000101011011010001001010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2EF21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2EF21; }

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

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

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

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

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

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

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

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