Shades of Pear #DEE614
Tints of Pear #DEE614
RGB
CMYK
RGB Variations
Color information
#DEE614 (or 0xDEE614) is known color: Pear. HEX triplet: DE, E6 and 14. RGB value is (222,230,20). Sum of RGB (Red+Green+Blue) = 222+230+20=472 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.03% from 472); Green value is 230 (90.23% from 255 or 48.73% from 472); Blue value is 20 (8.20% from 255 or 4.24% from 472); Max value from RGB is 230 - color contains mainly: green. Hex color #DEE614 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DEE614 is #2119EB. Grayscale: #CCCCCC. Windows color (decimal): -2169324 or 1369822. OLE color: 1369822.
HSL color Cylindrical-coordinate representation of color #DEE614: hue angle of 62.29º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DEE614 is Cyan = 0.03, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 222 | 230 | 20 | - |
| CMYK | 0.03 | 0 | 0.91 | 0.10 |
| HSL | 62.29º | 0.84% | 0.49% | - |
| HSV(B) | 62.29º | 0.91% | 0.9% | - |
| XYZ | 58.55 | 72.17 | 11.51 | - |
| YUV | 203.67 | 24.35 | 141.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 230 | 20 | 0.03 | 0 | 0.91 | 0.10 | 62.29 | 0.84 | 0.49 |
| Hex | DE | E6 | 14 | 3 | 0 | 5B | A | 3E | 54 | 31 |
| Octal | 336 | 346 | 24 | 3 | 0 | 133 | 12 | 76 | 124 | 61 |
| Binary | 11011110 | 11100110 | 10100 | 11 | 0 | 1011011 | 1010 | 111110 | 1010100 | 110001 |
Color Harmonies of #DEE614
Complementary color
Monochromatic Colors of #DEE614
Black with #DEE614
Text Example
Text Example
White with #DEE614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE614; }
p { color: rgb(222,230,20); }
H1.HeaderClassName
{
color: #DEE614;
}
.AnyTagClassName
{
color: #DEE614;
}
</style>
background-color css
<style>
a { background-color: #DEE614; }
a { background-color: rgb(222,230,20); }
div.DivClassName
{
background-color: #DEE614;
}
.BgClassName
{
background-color: #DEE614;
}
</style>
border-color css
<style>
span { border-color: #DEE614; }
span { border-color: rgb(222,230,20); }
td.TdClassName
{
border-color: #DEE614;
}
.TagClassName
{
border-color: #DEE614;
}
</style>