#D0EC21

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

Shades of Pear #D0EC21

Tints of Pear #D0EC21

Color information

#D0EC21 (or 0xD0EC21) is unknown color: approx Pear. HEX triplet: D0, EC and 21. RGB value is (208,236,33). Sum of RGB (Red+Green+Blue) = 208+236+33=477 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.61% from 477); Green value is 236 (92.58% from 255 or 49.48% from 477); Blue value is 33 (13.28% from 255 or 6.92% from 477); Max value from RGB is 236 - color contains mainly: green. Hex color #D0EC21 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D0EC21 is #2F13DE. Grayscale: #CDCDCD. Windows color (decimal): -3085279 or 2223312. OLE color: 2223312.

HSL color Cylindrical-coordinate representation of color #D0EC21: hue angle of 68.28º degrees, saturation: 0.84, 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 #D0EC21 is Cyan = 0.12, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.07.

Color convert

RGB20823633-
CMYK0.1200.860.07
HSL68.28º84.23%52.75%-
HSV(B)68.28º86.02%92.55%-
XYZ56.2873.5112.66-
YUV204.4931.22130.51-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 43.61%
GREEN value IS 236 (92.58% from 255) = 49.48%
BLUE value IS 33 (13.28% from 255) = 6.92%
R=43.61%
G=49.48%
B=6.92%

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
Decimal208236330.1200.860.0768.2884.2352.75
HexD0EC21C0567445435
Octal32035441140126710412465
Binary110100001110110010000111000101011011110001001010100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0EC21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0EC21; }

 p { color: rgb(208,236,33); }

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

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

 a { background-color: rgb(208,236,33); }

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

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

 span { border-color: rgb(208,236,33); }

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