Shades of Pear #DEE62D
Tints of Pear #DEE62D
RGB
CMYK
RGB Variations
Color information
#DEE62D (or 0xDEE62D) is known color: Pear. HEX triplet: DE, E6 and 2D. RGB value is (222,230,45). Sum of RGB (Red+Green+Blue) = 222+230+45=497 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.67% from 497); Green value is 230 (90.23% from 255 or 46.28% from 497); Blue value is 45 (17.97% from 255 or 9.05% from 497); Max value from RGB is 230 - color contains mainly: green. Hex color #DEE62D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEE62D is #2119D2. Grayscale: #CFCFCF. Windows color (decimal): -2169299 or 3008222. OLE color: 3008222.
HSL color Cylindrical-coordinate representation of color #DEE62D: hue angle of 62.59º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DEE62D is Cyan = 0.03, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 222 | 230 | 45 | - |
| CMYK | 0.03 | 0 | 0.80 | 0.10 |
| HSL | 62.59º | 0.79% | 0.54% | - |
| HSV(B) | 62.59º | 0.8% | 0.9% | - |
| XYZ | 58.89 | 72.31 | 13.34 | - |
| YUV | 206.52 | 36.85 | 139.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 230 | 45 | 0.03 | 0 | 0.80 | 0.10 | 62.59 | 0.79 | 0.54 |
| Hex | DE | E6 | 2D | 3 | 0 | 50 | A | 3F | 4F | 36 |
| Octal | 336 | 346 | 55 | 3 | 0 | 120 | 12 | 77 | 117 | 66 |
| Binary | 11011110 | 11100110 | 101101 | 11 | 0 | 1010000 | 1010 | 111111 | 1001111 | 110110 |
Color Harmonies of #DEE62D
Complementary color
Monochromatic Colors of #DEE62D
Black with #DEE62D
Text Example
Text Example
White with #DEE62D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE62D; }
p { color: rgb(222,230,45); }
H1.HeaderClassName
{
color: #DEE62D;
}
.AnyTagClassName
{
color: #DEE62D;
}
</style>
background-color css
<style>
a { background-color: #DEE62D; }
a { background-color: rgb(222,230,45); }
div.DivClassName
{
background-color: #DEE62D;
}
.BgClassName
{
background-color: #DEE62D;
}
</style>
border-color css
<style>
span { border-color: #DEE62D; }
span { border-color: rgb(222,230,45); }
td.TdClassName
{
border-color: #DEE62D;
}
.TagClassName
{
border-color: #DEE62D;
}
</style>