Shades of Pear #DEE81B
Tints of Pear #DEE81B
RGB
CMYK
RGB Variations
Color information
#DEE81B (or 0xDEE81B) is known color: Pear. HEX triplet: DE, E8 and 1B. RGB value is (222,232,27). Sum of RGB (Red+Green+Blue) = 222+232+27=481 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.15% from 481); Green value is 232 (91.02% from 255 or 48.23% from 481); Blue value is 27 (10.94% from 255 or 5.61% from 481); Max value from RGB is 232 - color contains mainly: green. Hex color #DEE81B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEE81B is #2117E4. Grayscale: #CECECE. Windows color (decimal): -2168805 or 1829086. OLE color: 1829086.
HSL color Cylindrical-coordinate representation of color #DEE81B: hue angle of 62.93º 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 #DEE81B is Cyan = 0.04, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 222 | 232 | 27 | - |
| CMYK | 0.04 | 0 | 0.88 | 0.09 |
| HSL | 62.93º | 0.82% | 0.51% | - |
| HSV(B) | 62.93º | 0.88% | 0.91% | - |
| XYZ | 59.18 | 73.32 | 12.07 | - |
| YUV | 205.64 | 27.19 | 139.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 232 | 27 | 0.04 | 0 | 0.88 | 0.09 | 62.93 | 0.82 | 0.51 |
| Hex | DE | E8 | 1B | 4 | 0 | 58 | 9 | 3F | 52 | 33 |
| Octal | 336 | 350 | 33 | 4 | 0 | 130 | 11 | 77 | 122 | 63 |
| Binary | 11011110 | 11101000 | 11011 | 100 | 0 | 1011000 | 1001 | 111111 | 1010010 | 110011 |
Color Harmonies of #DEE81B
Complementary color
Monochromatic Colors of #DEE81B
Black with #DEE81B
Text Example
Text Example
White with #DEE81B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE81B; }
p { color: rgb(222,232,27); }
H1.HeaderClassName
{
color: #DEE81B;
}
.AnyTagClassName
{
color: #DEE81B;
}
</style>
background-color css
<style>
a { background-color: #DEE81B; }
a { background-color: rgb(222,232,27); }
div.DivClassName
{
background-color: #DEE81B;
}
.BgClassName
{
background-color: #DEE81B;
}
</style>
border-color css
<style>
span { border-color: #DEE81B; }
span { border-color: rgb(222,232,27); }
td.TdClassName
{
border-color: #DEE81B;
}
.TagClassName
{
border-color: #DEE81B;
}
</style>