Shades of Pear #D9E42F
Tints of Pear #D9E42F
RGB
CMYK
RGB Variations
Color information
#D9E42F (or 0xD9E42F) is known color: Pear. HEX triplet: D9, E4 and 2F. RGB value is (217,228,47). Sum of RGB (Red+Green+Blue) = 217+228+47=492 (65% of max value = 765). Red value is 217 (85.16% from 255 or 44.11% from 492); Green value is 228 (89.45% from 255 or 46.34% from 492); Blue value is 47 (18.75% from 255 or 9.55% from 492); Max value from RGB is 228 - color contains mainly: green. Hex color #D9E42F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9E42F is #261BD0. Grayscale: #CCCCCC. Windows color (decimal): -2497489 or 3138777. OLE color: 3138777.
HSL color Cylindrical-coordinate representation of color #D9E42F: hue angle of 63.65º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D9E42F is Cyan = 0.05, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 217 | 228 | 47 | - |
| CMYK | 0.05 | 0 | 0.79 | 0.11 |
| HSL | 63.65º | 0.77% | 0.54% | - |
| HSV(B) | 63.65º | 0.79% | 0.89% | - |
| XYZ | 56.87 | 70.44 | 13.29 | - |
| YUV | 204.08 | 39.36 | 137.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 228 | 47 | 0.05 | 0 | 0.79 | 0.11 | 63.65 | 0.77 | 0.54 |
| Hex | D9 | E4 | 2F | 5 | 0 | 4F | B | 40 | 4D | 36 |
| Octal | 331 | 344 | 57 | 5 | 0 | 117 | 13 | 100 | 115 | 66 |
| Binary | 11011001 | 11100100 | 101111 | 101 | 0 | 1001111 | 1011 | 1000000 | 1001101 | 110110 |
Color Harmonies of #D9E42F
Complementary color
Monochromatic Colors of #D9E42F
Black with #D9E42F
Text Example
Text Example
White with #D9E42F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E42F; }
p { color: rgb(217,228,47); }
H1.HeaderClassName
{
color: #D9E42F;
}
.AnyTagClassName
{
color: #D9E42F;
}
</style>
background-color css
<style>
a { background-color: #D9E42F; }
a { background-color: rgb(217,228,47); }
div.DivClassName
{
background-color: #D9E42F;
}
.BgClassName
{
background-color: #D9E42F;
}
</style>
border-color css
<style>
span { border-color: #D9E42F; }
span { border-color: rgb(217,228,47); }
td.TdClassName
{
border-color: #D9E42F;
}
.TagClassName
{
border-color: #D9E42F;
}
</style>