Shades of Pear #DEEA28
Tints of Pear #DEEA28
RGB
CMYK
RGB Variations
Color information
#DEEA28 (or 0xDEEA28) is known color: Pear. HEX triplet: DE, EA and 28. RGB value is (222,234,40). Sum of RGB (Red+Green+Blue) = 222+234+40=496 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.76% from 496); Green value is 234 (91.80% from 255 or 47.18% from 496); Blue value is 40 (16.02% from 255 or 8.06% from 496); Max value from RGB is 234 - color contains mainly: green. Hex color #DEEA28 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEEA28 is #2115D7. Grayscale: #D1D1D1. Windows color (decimal): -2168280 or 2681566. OLE color: 2681566.
HSL color Cylindrical-coordinate representation of color #DEEA28: hue angle of 63.71º degrees, saturation: 0.82, 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 #DEEA28 is Cyan = 0.05, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 222 | 234 | 40 | - |
| CMYK | 0.05 | 0 | 0.83 | 0.08 |
| HSL | 63.71º | 0.82% | 0.54% | - |
| HSV(B) | 63.71º | 0.83% | 0.92% | - |
| XYZ | 59.93 | 74.53 | 13.23 | - |
| YUV | 208.3 | 33.02 | 137.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 234 | 40 | 0.05 | 0 | 0.83 | 0.08 | 63.71 | 0.82 | 0.54 |
| Hex | DE | EA | 28 | 5 | 0 | 53 | 8 | 40 | 52 | 36 |
| Octal | 336 | 352 | 50 | 5 | 0 | 123 | 10 | 100 | 122 | 66 |
| Binary | 11011110 | 11101010 | 101000 | 101 | 0 | 1010011 | 1000 | 1000000 | 1010010 | 110110 |
Color Harmonies of #DEEA28
Complementary color
Monochromatic Colors of #DEEA28
Black with #DEEA28
Text Example
Text Example
White with #DEEA28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEEA28; }
p { color: rgb(222,234,40); }
H1.HeaderClassName
{
color: #DEEA28;
}
.AnyTagClassName
{
color: #DEEA28;
}
</style>
background-color css
<style>
a { background-color: #DEEA28; }
a { background-color: rgb(222,234,40); }
div.DivClassName
{
background-color: #DEEA28;
}
.BgClassName
{
background-color: #DEEA28;
}
</style>
border-color css
<style>
span { border-color: #DEEA28; }
span { border-color: rgb(222,234,40); }
td.TdClassName
{
border-color: #DEEA28;
}
.TagClassName
{
border-color: #DEEA28;
}
</style>