Shades of Pear #DEE81A
Tints of Pear #DEE81A
RGB
CMYK
RGB Variations
Color information
#DEE81A (or 0xDEE81A) is known color: Pear. HEX triplet: DE, E8 and 1A. RGB value is (222,232,26). Sum of RGB (Red+Green+Blue) = 222+232+26=480 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.25% from 480); Green value is 232 (91.02% from 255 or 48.33% from 480); Blue value is 26 (10.55% from 255 or 5.42% from 480); Max value from RGB is 232 - color contains mainly: green. Hex color #DEE81A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEE81A is #2117E5. Grayscale: #CECECE. Windows color (decimal): -2168806 or 1763550. OLE color: 1763550.
HSL color Cylindrical-coordinate representation of color #DEE81A: hue angle of 62.91º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DEE81A is Cyan = 0.04, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 222 | 232 | 26 | - |
| CMYK | 0.04 | 0 | 0.89 | 0.09 |
| HSL | 62.91º | 0.82% | 0.51% | - |
| HSV(B) | 62.91º | 0.89% | 0.91% | - |
| XYZ | 59.17 | 73.32 | 12.01 | - |
| YUV | 205.53 | 26.69 | 139.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 232 | 26 | 0.04 | 0 | 0.89 | 0.09 | 62.91 | 0.82 | 0.51 |
| Hex | DE | E8 | 1A | 4 | 0 | 59 | 9 | 3F | 52 | 33 |
| Octal | 336 | 350 | 32 | 4 | 0 | 131 | 11 | 77 | 122 | 63 |
| Binary | 11011110 | 11101000 | 11010 | 100 | 0 | 1011001 | 1001 | 111111 | 1010010 | 110011 |
Color Harmonies of #DEE81A
Complementary color
Monochromatic Colors of #DEE81A
Black with #DEE81A
Text Example
Text Example
White with #DEE81A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE81A; }
p { color: rgb(222,232,26); }
H1.HeaderClassName
{
color: #DEE81A;
}
.AnyTagClassName
{
color: #DEE81A;
}
</style>
background-color css
<style>
a { background-color: #DEE81A; }
a { background-color: rgb(222,232,26); }
div.DivClassName
{
background-color: #DEE81A;
}
.BgClassName
{
background-color: #DEE81A;
}
</style>
border-color css
<style>
span { border-color: #DEE81A; }
span { border-color: rgb(222,232,26); }
td.TdClassName
{
border-color: #DEE81A;
}
.TagClassName
{
border-color: #DEE81A;
}
</style>