Shades of Pear #D0ED20
Tints of Pear #D0ED20
RGB
CMYK
RGB Variations
Color information
#D0ED20 (or 0xD0ED20) is known color: Pear. HEX triplet: D0, ED and 20. RGB value is (208,237,32). Sum of RGB (Red+Green+Blue) = 208+237+32=477 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.61% from 477); Green value is 237 (92.97% from 255 or 49.69% from 477); Blue value is 32 (12.89% from 255 or 6.71% from 477); Max value from RGB is 237 - color contains mainly: green. Hex color #D0ED20 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D0ED20 is #2F12DF. Grayscale: #CDCDCD. Windows color (decimal): -3085024 or 2158032. OLE color: 2158032.
HSL color Cylindrical-coordinate representation of color #D0ED20: hue angle of 68.49º degrees, saturation: 0.85, 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 #D0ED20 is Cyan = 0.12, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 237 | 32 | - |
| CMYK | 0.12 | 0 | 0.86 | 0.07 |
| HSL | 68.49º | 0.85% | 0.53% | - |
| HSV(B) | 68.49º | 0.86% | 0.93% | - |
| XYZ | 56.56 | 74.08 | 12.68 | - |
| YUV | 204.96 | 30.39 | 130.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 237 | 32 | 0.12 | 0 | 0.86 | 0.07 | 68.49 | 0.85 | 0.53 |
| Hex | D0 | ED | 20 | C | 0 | 56 | 7 | 44 | 55 | 35 |
| Octal | 320 | 355 | 40 | 14 | 0 | 126 | 7 | 104 | 125 | 65 |
| Binary | 11010000 | 11101101 | 100000 | 1100 | 0 | 1010110 | 111 | 1000100 | 1010101 | 110101 |
Color Harmonies of #D0ED20
Complementary color
Monochromatic Colors of #D0ED20
Black with #D0ED20
Text Example
Text Example
White with #D0ED20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0ED20; }
p { color: rgb(208,237,32); }
H1.HeaderClassName
{
color: #D0ED20;
}
.AnyTagClassName
{
color: #D0ED20;
}
</style>
background-color css
<style>
a { background-color: #D0ED20; }
a { background-color: rgb(208,237,32); }
div.DivClassName
{
background-color: #D0ED20;
}
.BgClassName
{
background-color: #D0ED20;
}
</style>
border-color css
<style>
span { border-color: #D0ED20; }
span { border-color: rgb(208,237,32); }
td.TdClassName
{
border-color: #D0ED20;
}
.TagClassName
{
border-color: #D0ED20;
}
</style>