#D0EA20

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

Shades of Pear #D0EA20

Tints of Pear #D0EA20

Color information

#D0EA20 (or 0xD0EA20) is unknown color: approx Pear. HEX triplet: D0, EA and 20. RGB value is (208,234,32). Sum of RGB (Red+Green+Blue) = 208+234+32=474 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.88% from 474); Green value is 234 (91.80% from 255 or 49.37% from 474); Blue value is 32 (12.89% from 255 or 6.75% from 474); Max value from RGB is 234 - color contains mainly: green. Hex color #D0EA20 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D0EA20 is #2F15DF. Grayscale: #CBCBCB. Windows color (decimal): -3085792 or 2157264. OLE color: 2157264.

HSL color Cylindrical-coordinate representation of color #D0EA20: hue angle of 67.72º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D0EA20 is Cyan = 0.11, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.08.

Color convert

RGB20823432-
CMYK0.1100.860.08
HSL67.72º82.79%52.16%-
HSV(B)67.72º86.32%91.76%-
XYZ55.772.3612.4-
YUV203.231.39131.43-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 43.88%
GREEN value IS 234 (91.80% from 255) = 49.37%
BLUE value IS 32 (12.89% from 255) = 6.75%
R=43.88%
G=49.37%
B=6.75%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal208234320.1100.860.0867.7282.7952.16
HexD0EA20B0568445334
Octal320352401301261010412364
Binary1101000011101010100000101101010110100010001001010011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0EA20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0EA20; }

 p { color: rgb(208,234,32); }

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

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

 a { background-color: rgb(208,234,32); }

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

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

 span { border-color: rgb(208,234,32); }

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