Shades of Pear #DEE71A
Tints of Pear #DEE71A
RGB
CMYK
RGB Variations
Color information
#DEE71A (or 0xDEE71A) is known color: Pear. HEX triplet: DE, E7 and 1A. RGB value is (222,231,26). Sum of RGB (Red+Green+Blue) = 222+231+26=479 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.35% from 479); Green value is 231 (90.62% from 255 or 48.23% from 479); Blue value is 26 (10.55% from 255 or 5.43% from 479); Max value from RGB is 231 - color contains mainly: green. Hex color #DEE71A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEE71A is #2118E5. Grayscale: #CDCDCD. Windows color (decimal): -2169062 or 1763294. OLE color: 1763294.
HSL color Cylindrical-coordinate representation of color #DEE71A: hue angle of 62.63º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DEE71A is Cyan = 0.04, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 222 | 231 | 26 | - |
| CMYK | 0.04 | 0 | 0.89 | 0.09 |
| HSL | 62.63º | 0.81% | 0.5% | - |
| HSV(B) | 62.63º | 0.89% | 0.91% | - |
| XYZ | 58.89 | 72.76 | 11.92 | - |
| YUV | 204.94 | 27.02 | 140.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 231 | 26 | 0.04 | 0 | 0.89 | 0.09 | 62.63 | 0.81 | 0.5 |
| Hex | DE | E7 | 1A | 4 | 0 | 59 | 9 | 3F | 51 | 32 |
| Octal | 336 | 347 | 32 | 4 | 0 | 131 | 11 | 77 | 121 | 62 |
| Binary | 11011110 | 11100111 | 11010 | 100 | 0 | 1011001 | 1001 | 111111 | 1010001 | 110010 |
Color Harmonies of #DEE71A
Complementary color
Monochromatic Colors of #DEE71A
Black with #DEE71A
Text Example
Text Example
White with #DEE71A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE71A; }
p { color: rgb(222,231,26); }
H1.HeaderClassName
{
color: #DEE71A;
}
.AnyTagClassName
{
color: #DEE71A;
}
</style>
background-color css
<style>
a { background-color: #DEE71A; }
a { background-color: rgb(222,231,26); }
div.DivClassName
{
background-color: #DEE71A;
}
.BgClassName
{
background-color: #DEE71A;
}
</style>
border-color css
<style>
span { border-color: #DEE71A; }
span { border-color: rgb(222,231,26); }
td.TdClassName
{
border-color: #DEE71A;
}
.TagClassName
{
border-color: #DEE71A;
}
</style>