Shades of Pear #DEE81F
Tints of Pear #DEE81F
RGB
CMYK
RGB Variations
Color information
#DEE81F (or 0xDEE81F) is known color: Pear. HEX triplet: DE, E8 and 1F. RGB value is (222,232,31). Sum of RGB (Red+Green+Blue) = 222+232+31=485 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.77% from 485); Green value is 232 (91.02% from 255 or 47.84% from 485); Blue value is 31 (12.5% from 255 or 6.39% from 485); Max value from RGB is 232 - color contains mainly: green. Hex color #DEE81F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEE81F is #2117E0. Grayscale: #CECECE. Windows color (decimal): -2168801 or 2091230. OLE color: 2091230.
HSL color Cylindrical-coordinate representation of color #DEE81F: hue angle of 62.99º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DEE81F is Cyan = 0.04, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 222 | 232 | 31 | - |
| CMYK | 0.04 | 0 | 0.87 | 0.09 |
| HSL | 62.99º | 0.81% | 0.52% | - |
| HSV(B) | 62.99º | 0.87% | 0.91% | - |
| XYZ | 59.23 | 73.34 | 12.33 | - |
| YUV | 206.1 | 29.19 | 139.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 232 | 31 | 0.04 | 0 | 0.87 | 0.09 | 62.99 | 0.81 | 0.52 |
| Hex | DE | E8 | 1F | 4 | 0 | 57 | 9 | 3F | 51 | 34 |
| Octal | 336 | 350 | 37 | 4 | 0 | 127 | 11 | 77 | 121 | 64 |
| Binary | 11011110 | 11101000 | 11111 | 100 | 0 | 1010111 | 1001 | 111111 | 1010001 | 110100 |
Color Harmonies of #DEE81F
Complementary color
Monochromatic Colors of #DEE81F
Black with #DEE81F
Text Example
Text Example
White with #DEE81F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE81F; }
p { color: rgb(222,232,31); }
H1.HeaderClassName
{
color: #DEE81F;
}
.AnyTagClassName
{
color: #DEE81F;
}
</style>
background-color css
<style>
a { background-color: #DEE81F; }
a { background-color: rgb(222,232,31); }
div.DivClassName
{
background-color: #DEE81F;
}
.BgClassName
{
background-color: #DEE81F;
}
</style>
border-color css
<style>
span { border-color: #DEE81F; }
span { border-color: rgb(222,232,31); }
td.TdClassName
{
border-color: #DEE81F;
}
.TagClassName
{
border-color: #DEE81F;
}
</style>