Shades of Pear #DEEB21
Tints of Pear #DEEB21
RGB
CMYK
RGB Variations
Color information
#DEEB21 (or 0xDEEB21) is known color: Pear. HEX triplet: DE, EB and 21. RGB value is (222,235,33). Sum of RGB (Red+Green+Blue) = 222+235+33=490 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.31% from 490); Green value is 235 (92.19% from 255 or 47.96% from 490); Blue value is 33 (13.28% from 255 or 6.73% from 490); Max value from RGB is 235 - color contains mainly: green. Hex color #DEEB21 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEEB21 is #2114DE. Grayscale: #D0D0D0. Windows color (decimal): -2168031 or 2223070. OLE color: 2223070.
HSL color Cylindrical-coordinate representation of color #DEEB21: hue angle of 63.86º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DEEB21 is Cyan = 0.06, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 222 | 235 | 33 | - |
| CMYK | 0.06 | 0 | 0.86 | 0.08 |
| HSL | 63.86º | 0.83% | 0.53% | - |
| HSV(B) | 63.86º | 0.86% | 0.92% | - |
| XYZ | 60.11 | 75.06 | 12.76 | - |
| YUV | 208.09 | 29.19 | 137.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 235 | 33 | 0.06 | 0 | 0.86 | 0.08 | 63.86 | 0.83 | 0.53 |
| Hex | DE | EB | 21 | 6 | 0 | 56 | 8 | 40 | 53 | 35 |
| Octal | 336 | 353 | 41 | 6 | 0 | 126 | 10 | 100 | 123 | 65 |
| Binary | 11011110 | 11101011 | 100001 | 110 | 0 | 1010110 | 1000 | 1000000 | 1010011 | 110101 |
Color Harmonies of #DEEB21
Complementary color
Monochromatic Colors of #DEEB21
Black with #DEEB21
Text Example
Text Example
White with #DEEB21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEEB21; }
p { color: rgb(222,235,33); }
H1.HeaderClassName
{
color: #DEEB21;
}
.AnyTagClassName
{
color: #DEEB21;
}
</style>
background-color css
<style>
a { background-color: #DEEB21; }
a { background-color: rgb(222,235,33); }
div.DivClassName
{
background-color: #DEEB21;
}
.BgClassName
{
background-color: #DEEB21;
}
</style>
border-color css
<style>
span { border-color: #DEEB21; }
span { border-color: rgb(222,235,33); }
td.TdClassName
{
border-color: #DEEB21;
}
.TagClassName
{
border-color: #DEEB21;
}
</style>