Shades of Pear #DEE61A
Tints of Pear #DEE61A
RGB
CMYK
RGB Variations
Color information
#DEE61A (or 0xDEE61A) is known color: Pear. HEX triplet: DE, E6 and 1A. RGB value is (222,230,26). Sum of RGB (Red+Green+Blue) = 222+230+26=478 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.44% from 478); Green value is 230 (90.23% from 255 or 48.12% from 478); Blue value is 26 (10.55% from 255 or 5.44% from 478); Max value from RGB is 230 - color contains mainly: green. Hex color #DEE61A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEE61A is #2119E5. Grayscale: #CDCDCD. Windows color (decimal): -2169318 or 1763038. OLE color: 1763038.
HSL color Cylindrical-coordinate representation of color #DEE61A: hue angle of 62.35º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DEE61A is Cyan = 0.03, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 222 | 230 | 26 | - |
| CMYK | 0.03 | 0 | 0.89 | 0.10 |
| HSL | 62.35º | 0.8% | 0.5% | - |
| HSV(B) | 62.35º | 0.89% | 0.9% | - |
| XYZ | 58.61 | 72.2 | 11.82 | - |
| YUV | 204.35 | 27.35 | 140.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 230 | 26 | 0.03 | 0 | 0.89 | 0.10 | 62.35 | 0.8 | 0.5 |
| Hex | DE | E6 | 1A | 3 | 0 | 59 | A | 3E | 50 | 32 |
| Octal | 336 | 346 | 32 | 3 | 0 | 131 | 12 | 76 | 120 | 62 |
| Binary | 11011110 | 11100110 | 11010 | 11 | 0 | 1011001 | 1010 | 111110 | 1010000 | 110010 |
Color Harmonies of #DEE61A
Complementary color
Monochromatic Colors of #DEE61A
Black with #DEE61A
Text Example
Text Example
White with #DEE61A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE61A; }
p { color: rgb(222,230,26); }
H1.HeaderClassName
{
color: #DEE61A;
}
.AnyTagClassName
{
color: #DEE61A;
}
</style>
background-color css
<style>
a { background-color: #DEE61A; }
a { background-color: rgb(222,230,26); }
div.DivClassName
{
background-color: #DEE61A;
}
.BgClassName
{
background-color: #DEE61A;
}
</style>
border-color css
<style>
span { border-color: #DEE61A; }
span { border-color: rgb(222,230,26); }
td.TdClassName
{
border-color: #DEE61A;
}
.TagClassName
{
border-color: #DEE61A;
}
</style>