Shades of Pear #DEE81C
Tints of Pear #DEE81C
RGB
CMYK
RGB Variations
Color information
#DEE81C (or 0xDEE81C) is known color: Pear. HEX triplet: DE, E8 and 1C. RGB value is (222,232,28). Sum of RGB (Red+Green+Blue) = 222+232+28=482 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.06% from 482); Green value is 232 (91.02% from 255 or 48.13% from 482); Blue value is 28 (11.33% from 255 or 5.81% from 482); Max value from RGB is 232 - color contains mainly: green. Hex color #DEE81C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEE81C is #2117E3. Grayscale: #CECECE. Windows color (decimal): -2168804 or 1894622. OLE color: 1894622.
HSL color Cylindrical-coordinate representation of color #DEE81C: hue angle of 62.94º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DEE81C is Cyan = 0.04, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 222 | 232 | 28 | - |
| CMYK | 0.04 | 0 | 0.88 | 0.09 |
| HSL | 62.94º | 0.82% | 0.51% | - |
| HSV(B) | 62.94º | 0.88% | 0.91% | - |
| XYZ | 59.19 | 73.33 | 12.13 | - |
| YUV | 205.75 | 27.69 | 139.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 232 | 28 | 0.04 | 0 | 0.88 | 0.09 | 62.94 | 0.82 | 0.51 |
| Hex | DE | E8 | 1C | 4 | 0 | 58 | 9 | 3F | 52 | 33 |
| Octal | 336 | 350 | 34 | 4 | 0 | 130 | 11 | 77 | 122 | 63 |
| Binary | 11011110 | 11101000 | 11100 | 100 | 0 | 1011000 | 1001 | 111111 | 1010010 | 110011 |
Color Harmonies of #DEE81C
Complementary color
Monochromatic Colors of #DEE81C
Black with #DEE81C
Text Example
Text Example
White with #DEE81C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE81C; }
p { color: rgb(222,232,28); }
H1.HeaderClassName
{
color: #DEE81C;
}
.AnyTagClassName
{
color: #DEE81C;
}
</style>
background-color css
<style>
a { background-color: #DEE81C; }
a { background-color: rgb(222,232,28); }
div.DivClassName
{
background-color: #DEE81C;
}
.BgClassName
{
background-color: #DEE81C;
}
</style>
border-color css
<style>
span { border-color: #DEE81C; }
span { border-color: rgb(222,232,28); }
td.TdClassName
{
border-color: #DEE81C;
}
.TagClassName
{
border-color: #DEE81C;
}
</style>