Shades of Pear #DEE715
Tints of Pear #DEE715
RGB
CMYK
RGB Variations
Color information
#DEE715 (or 0xDEE715) is known color: Pear. HEX triplet: DE, E7 and 15. RGB value is (222,231,21). Sum of RGB (Red+Green+Blue) = 222+231+21=474 (62% of max value = 765). Red value is 222 (87.11% from 255 or 46.84% from 474); Green value is 231 (90.62% from 255 or 48.73% from 474); Blue value is 21 (8.59% from 255 or 4.43% from 474); Max value from RGB is 231 - color contains mainly: green. Hex color #DEE715 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DEE715 is #2118EA. Grayscale: #CDCDCD. Windows color (decimal): -2169067 or 1435614. OLE color: 1435614.
HSL color Cylindrical-coordinate representation of color #DEE715: hue angle of 62.57º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DEE715 is Cyan = 0.04, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 222 | 231 | 21 | - |
| CMYK | 0.04 | 0 | 0.91 | 0.09 |
| HSL | 62.57º | 0.83% | 0.49% | - |
| HSV(B) | 62.57º | 0.91% | 0.91% | - |
| XYZ | 58.84 | 72.74 | 11.65 | - |
| YUV | 204.37 | 24.52 | 140.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 231 | 21 | 0.04 | 0 | 0.91 | 0.09 | 62.57 | 0.83 | 0.49 |
| Hex | DE | E7 | 15 | 4 | 0 | 5B | 9 | 3F | 53 | 31 |
| Octal | 336 | 347 | 25 | 4 | 0 | 133 | 11 | 77 | 123 | 61 |
| Binary | 11011110 | 11100111 | 10101 | 100 | 0 | 1011011 | 1001 | 111111 | 1010011 | 110001 |
Color Harmonies of #DEE715
Complementary color
Monochromatic Colors of #DEE715
Black with #DEE715
Text Example
Text Example
White with #DEE715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE715; }
p { color: rgb(222,231,21); }
H1.HeaderClassName
{
color: #DEE715;
}
.AnyTagClassName
{
color: #DEE715;
}
</style>
background-color css
<style>
a { background-color: #DEE715; }
a { background-color: rgb(222,231,21); }
div.DivClassName
{
background-color: #DEE715;
}
.BgClassName
{
background-color: #DEE715;
}
</style>
border-color css
<style>
span { border-color: #DEE715; }
span { border-color: rgb(222,231,21); }
td.TdClassName
{
border-color: #DEE715;
}
.TagClassName
{
border-color: #DEE715;
}
</style>