Shades of Pear #DEEB20
Tints of Pear #DEEB20
RGB
CMYK
RGB Variations
Color information
#DEEB20 (or 0xDEEB20) is known color: Pear. HEX triplet: DE, EB and 20. RGB value is (222,235,32). Sum of RGB (Red+Green+Blue) = 222+235+32=489 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.40% from 489); Green value is 235 (92.19% from 255 or 48.06% from 489); Blue value is 32 (12.89% from 255 or 6.54% from 489); Max value from RGB is 235 - color contains mainly: green. Hex color #DEEB20 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEEB20 is #2114DF. Grayscale: #D0D0D0. Windows color (decimal): -2168032 or 2157534. OLE color: 2157534.
HSL color Cylindrical-coordinate representation of color #DEEB20: hue angle of 63.84º degrees, saturation: 0.84, 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 #DEEB20 is Cyan = 0.06, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 222 | 235 | 32 | - |
| CMYK | 0.06 | 0 | 0.86 | 0.08 |
| HSL | 63.84º | 0.84% | 0.52% | - |
| HSV(B) | 63.84º | 0.86% | 0.92% | - |
| XYZ | 60.09 | 75.05 | 12.69 | - |
| YUV | 207.97 | 28.69 | 138.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 235 | 32 | 0.06 | 0 | 0.86 | 0.08 | 63.84 | 0.84 | 0.52 |
| Hex | DE | EB | 20 | 6 | 0 | 56 | 8 | 40 | 54 | 34 |
| Octal | 336 | 353 | 40 | 6 | 0 | 126 | 10 | 100 | 124 | 64 |
| Binary | 11011110 | 11101011 | 100000 | 110 | 0 | 1010110 | 1000 | 1000000 | 1010100 | 110100 |
Color Harmonies of #DEEB20
Complementary color
Monochromatic Colors of #DEEB20
Black with #DEEB20
Text Example
Text Example
White with #DEEB20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEEB20; }
p { color: rgb(222,235,32); }
H1.HeaderClassName
{
color: #DEEB20;
}
.AnyTagClassName
{
color: #DEEB20;
}
</style>
background-color css
<style>
a { background-color: #DEEB20; }
a { background-color: rgb(222,235,32); }
div.DivClassName
{
background-color: #DEEB20;
}
.BgClassName
{
background-color: #DEEB20;
}
</style>
border-color css
<style>
span { border-color: #DEEB20; }
span { border-color: rgb(222,235,32); }
td.TdClassName
{
border-color: #DEEB20;
}
.TagClassName
{
border-color: #DEEB20;
}
</style>