Shades of Pear #DEEB29
Tints of Pear #DEEB29
RGB
CMYK
RGB Variations
Color information
#DEEB29 (or 0xDEEB29) is known color: Pear. HEX triplet: DE, EB and 29. RGB value is (222,235,41). Sum of RGB (Red+Green+Blue) = 222+235+41=498 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.58% from 498); Green value is 235 (92.19% from 255 or 47.19% from 498); Blue value is 41 (16.41% from 255 or 8.23% from 498); Max value from RGB is 235 - color contains mainly: green. Hex color #DEEB29 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEEB29 is #2114D6. Grayscale: #D1D1D1. Windows color (decimal): -2168023 or 2747358. OLE color: 2747358.
HSL color Cylindrical-coordinate representation of color #DEEB29: hue angle of 64.02º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DEEB29 is Cyan = 0.06, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 222 | 235 | 41 | - |
| CMYK | 0.06 | 0 | 0.83 | 0.08 |
| HSL | 64.02º | 0.83% | 0.54% | - |
| HSV(B) | 64.02º | 0.83% | 0.92% | - |
| XYZ | 60.23 | 75.11 | 13.42 | - |
| YUV | 209 | 33.19 | 137.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 235 | 41 | 0.06 | 0 | 0.83 | 0.08 | 64.02 | 0.83 | 0.54 |
| Hex | DE | EB | 29 | 6 | 0 | 53 | 8 | 40 | 53 | 36 |
| Octal | 336 | 353 | 51 | 6 | 0 | 123 | 10 | 100 | 123 | 66 |
| Binary | 11011110 | 11101011 | 101001 | 110 | 0 | 1010011 | 1000 | 1000000 | 1010011 | 110110 |
Color Harmonies of #DEEB29
Complementary color
Monochromatic Colors of #DEEB29
Black with #DEEB29
Text Example
Text Example
White with #DEEB29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEEB29; }
p { color: rgb(222,235,41); }
H1.HeaderClassName
{
color: #DEEB29;
}
.AnyTagClassName
{
color: #DEEB29;
}
</style>
background-color css
<style>
a { background-color: #DEEB29; }
a { background-color: rgb(222,235,41); }
div.DivClassName
{
background-color: #DEEB29;
}
.BgClassName
{
background-color: #DEEB29;
}
</style>
border-color css
<style>
span { border-color: #DEEB29; }
span { border-color: rgb(222,235,41); }
td.TdClassName
{
border-color: #DEEB29;
}
.TagClassName
{
border-color: #DEEB29;
}
</style>