Shades of Pear #DEE92C
Tints of Pear #DEE92C
RGB
CMYK
RGB Variations
Color information
#DEE92C (or 0xDEE92C) is known color: Pear. HEX triplet: DE, E9 and 2C. RGB value is (222,233,44). Sum of RGB (Red+Green+Blue) = 222+233+44=499 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.49% from 499); Green value is 233 (91.41% from 255 or 46.69% from 499); Blue value is 44 (17.58% from 255 or 8.82% from 499); Max value from RGB is 233 - color contains mainly: green. Hex color #DEE92C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEE92C is #2116D3. Grayscale: #D0D0D0. Windows color (decimal): -2168532 or 2943454. OLE color: 2943454.
HSL color Cylindrical-coordinate representation of color #DEE92C: hue angle of 63.49º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DEE92C is Cyan = 0.05, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 222 | 233 | 44 | - |
| CMYK | 0.05 | 0 | 0.81 | 0.09 |
| HSL | 63.49º | 0.81% | 0.54% | - |
| HSV(B) | 63.49º | 0.81% | 0.91% | - |
| XYZ | 59.72 | 73.99 | 13.52 | - |
| YUV | 208.17 | 35.36 | 137.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 233 | 44 | 0.05 | 0 | 0.81 | 0.09 | 63.49 | 0.81 | 0.54 |
| Hex | DE | E9 | 2C | 5 | 0 | 51 | 9 | 3F | 51 | 36 |
| Octal | 336 | 351 | 54 | 5 | 0 | 121 | 11 | 77 | 121 | 66 |
| Binary | 11011110 | 11101001 | 101100 | 101 | 0 | 1010001 | 1001 | 111111 | 1010001 | 110110 |
Color Harmonies of #DEE92C
Complementary color
Monochromatic Colors of #DEE92C
Black with #DEE92C
Text Example
Text Example
White with #DEE92C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE92C; }
p { color: rgb(222,233,44); }
H1.HeaderClassName
{
color: #DEE92C;
}
.AnyTagClassName
{
color: #DEE92C;
}
</style>
background-color css
<style>
a { background-color: #DEE92C; }
a { background-color: rgb(222,233,44); }
div.DivClassName
{
background-color: #DEE92C;
}
.BgClassName
{
background-color: #DEE92C;
}
</style>
border-color css
<style>
span { border-color: #DEE92C; }
span { border-color: rgb(222,233,44); }
td.TdClassName
{
border-color: #DEE92C;
}
.TagClassName
{
border-color: #DEE92C;
}
</style>