Shades of Pear #DEED20
Tints of Pear #DEED20
RGB
CMYK
RGB Variations
Color information
#DEED20 (or 0xDEED20) is known color: Pear. HEX triplet: DE, ED and 20. RGB value is (222,237,32). Sum of RGB (Red+Green+Blue) = 222+237+32=491 (65% of max value = 765). Red value is 222 (87.11% from 255 or 45.21% from 491); Green value is 237 (92.97% from 255 or 48.27% from 491); Blue value is 32 (12.89% from 255 or 6.52% from 491); Max value from RGB is 237 - color contains mainly: green. Hex color #DEED20 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEED20 is #2112DF. Grayscale: #D1D1D1. Windows color (decimal): -2167520 or 2158046. OLE color: 2158046.
HSL color Cylindrical-coordinate representation of color #DEED20: hue angle of 64.39º 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 #DEED20 is Cyan = 0.06, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 222 | 237 | 32 | - |
| CMYK | 0.06 | 0 | 0.86 | 0.07 |
| HSL | 64.39º | 0.85% | 0.53% | - |
| HSV(B) | 64.39º | 0.86% | 0.93% | - |
| XYZ | 60.67 | 76.2 | 12.88 | - |
| YUV | 209.15 | 28.03 | 137.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 237 | 32 | 0.06 | 0 | 0.86 | 0.07 | 64.39 | 0.85 | 0.53 |
| Hex | DE | ED | 20 | 6 | 0 | 56 | 7 | 40 | 55 | 35 |
| Octal | 336 | 355 | 40 | 6 | 0 | 126 | 7 | 100 | 125 | 65 |
| Binary | 11011110 | 11101101 | 100000 | 110 | 0 | 1010110 | 111 | 1000000 | 1010101 | 110101 |
Color Harmonies of #DEED20
Complementary color
Monochromatic Colors of #DEED20
Black with #DEED20
Text Example
Text Example
White with #DEED20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEED20; }
p { color: rgb(222,237,32); }
H1.HeaderClassName
{
color: #DEED20;
}
.AnyTagClassName
{
color: #DEED20;
}
</style>
background-color css
<style>
a { background-color: #DEED20; }
a { background-color: rgb(222,237,32); }
div.DivClassName
{
background-color: #DEED20;
}
.BgClassName
{
background-color: #DEED20;
}
</style>
border-color css
<style>
span { border-color: #DEED20; }
span { border-color: rgb(222,237,32); }
td.TdClassName
{
border-color: #DEED20;
}
.TagClassName
{
border-color: #DEED20;
}
</style>