Shades of Pear #DEE830
Tints of Pear #DEE830
RGB
CMYK
RGB Variations
Color information
#DEE830 (or 0xDEE830) is known color: Pear. HEX triplet: DE, E8 and 30. RGB value is (222,232,48). Sum of RGB (Red+Green+Blue) = 222+232+48=502 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.22% from 502); Green value is 232 (91.02% from 255 or 46.22% from 502); Blue value is 48 (19.14% from 255 or 9.56% from 502); Max value from RGB is 232 - color contains mainly: green. Hex color #DEE830 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEE830 is #2117CF. Grayscale: #D0D0D0. Windows color (decimal): -2168784 or 3205342. OLE color: 3205342.
HSL color Cylindrical-coordinate representation of color #DEE830: hue angle of 63.26º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DEE830 is Cyan = 0.04, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 222 | 232 | 48 | - |
| CMYK | 0.04 | 0 | 0.79 | 0.09 |
| HSL | 63.26º | 0.8% | 0.55% | - |
| HSV(B) | 63.26º | 0.79% | 0.91% | - |
| XYZ | 59.51 | 73.46 | 13.84 | - |
| YUV | 208.03 | 37.69 | 137.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 232 | 48 | 0.04 | 0 | 0.79 | 0.09 | 63.26 | 0.8 | 0.55 |
| Hex | DE | E8 | 30 | 4 | 0 | 4F | 9 | 3F | 50 | 37 |
| Octal | 336 | 350 | 60 | 4 | 0 | 117 | 11 | 77 | 120 | 67 |
| Binary | 11011110 | 11101000 | 110000 | 100 | 0 | 1001111 | 1001 | 111111 | 1010000 | 110111 |
Color Harmonies of #DEE830
Complementary color
Monochromatic Colors of #DEE830
Black with #DEE830
Text Example
Text Example
White with #DEE830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE830; }
p { color: rgb(222,232,48); }
H1.HeaderClassName
{
color: #DEE830;
}
.AnyTagClassName
{
color: #DEE830;
}
</style>
background-color css
<style>
a { background-color: #DEE830; }
a { background-color: rgb(222,232,48); }
div.DivClassName
{
background-color: #DEE830;
}
.BgClassName
{
background-color: #DEE830;
}
</style>
border-color css
<style>
span { border-color: #DEE830; }
span { border-color: rgb(222,232,48); }
td.TdClassName
{
border-color: #DEE830;
}
.TagClassName
{
border-color: #DEE830;
}
</style>