Shades of Pear #D0E520
Tints of Pear #D0E520
RGB
CMYK
RGB Variations
Color information
#D0E520 (or 0xD0E520) is known color: Pear. HEX triplet: D0, E5 and 20. RGB value is (208,229,32). Sum of RGB (Red+Green+Blue) = 208+229+32=469 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.35% from 469); Green value is 229 (89.84% from 255 or 48.83% from 469); Blue value is 32 (12.89% from 255 or 6.82% from 469); Max value from RGB is 229 - color contains mainly: green. Hex color #D0E520 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0E520 is #2F1ADF. Grayscale: #C9C9C9. Windows color (decimal): -3087072 or 2155984. OLE color: 2155984.
HSL color Cylindrical-coordinate representation of color #D0E520: hue angle of 66.4º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D0E520 is Cyan = 0.09, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 208 | 229 | 32 | - |
| CMYK | 0.09 | 0 | 0.86 | 0.10 |
| HSL | 66.4º | 0.79% | 0.51% | - |
| HSV(B) | 66.4º | 0.86% | 0.9% | - |
| XYZ | 54.29 | 69.55 | 11.93 | - |
| YUV | 200.26 | 33.04 | 133.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 229 | 32 | 0.09 | 0 | 0.86 | 0.10 | 66.4 | 0.79 | 0.51 |
| Hex | D0 | E5 | 20 | 9 | 0 | 56 | A | 42 | 4F | 33 |
| Octal | 320 | 345 | 40 | 11 | 0 | 126 | 12 | 102 | 117 | 63 |
| Binary | 11010000 | 11100101 | 100000 | 1001 | 0 | 1010110 | 1010 | 1000010 | 1001111 | 110011 |
Color Harmonies of #D0E520
Complementary color
Monochromatic Colors of #D0E520
Black with #D0E520
Text Example
Text Example
White with #D0E520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E520; }
p { color: rgb(208,229,32); }
H1.HeaderClassName
{
color: #D0E520;
}
.AnyTagClassName
{
color: #D0E520;
}
</style>
background-color css
<style>
a { background-color: #D0E520; }
a { background-color: rgb(208,229,32); }
div.DivClassName
{
background-color: #D0E520;
}
.BgClassName
{
background-color: #D0E520;
}
</style>
border-color css
<style>
span { border-color: #D0E520; }
span { border-color: rgb(208,229,32); }
td.TdClassName
{
border-color: #D0E520;
}
.TagClassName
{
border-color: #D0E520;
}
</style>