Shades of Pear #D9F42F
Tints of Pear #D9F42F
RGB
CMYK
RGB Variations
Color information
#D9F42F (or 0xD9F42F) is known color: Pear. HEX triplet: D9, F4 and 2F. RGB value is (217,244,47). Sum of RGB (Red+Green+Blue) = 217+244+47=508 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.72% from 508); Green value is 244 (95.70% from 255 or 48.03% from 508); Blue value is 47 (18.75% from 255 or 9.25% from 508); Max value from RGB is 244 - color contains mainly: green. Hex color #D9F42F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D9F42F is #260BD0. Grayscale: #D6D6D6. Windows color (decimal): -2493393 or 3142873. OLE color: 3142873.
HSL color Cylindrical-coordinate representation of color #D9F42F: hue angle of 68.22º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D9F42F is Cyan = 0.11, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 217 | 244 | 47 | - |
| CMYK | 0.11 | 0 | 0.81 | 0.04 |
| HSL | 68.22º | 0.9% | 0.57% | - |
| HSV(B) | 68.22º | 0.81% | 0.96% | - |
| XYZ | 61.48 | 79.66 | 14.82 | - |
| YUV | 213.47 | 34.05 | 130.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 244 | 47 | 0.11 | 0 | 0.81 | 0.04 | 68.22 | 0.9 | 0.57 |
| Hex | D9 | F4 | 2F | B | 0 | 51 | 4 | 44 | 5A | 39 |
| Octal | 331 | 364 | 57 | 13 | 0 | 121 | 4 | 104 | 132 | 71 |
| Binary | 11011001 | 11110100 | 101111 | 1011 | 0 | 1010001 | 100 | 1000100 | 1011010 | 111001 |
Color Harmonies of #D9F42F
Complementary color
Monochromatic Colors of #D9F42F
Black with #D9F42F
Text Example
Text Example
White with #D9F42F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9F42F; }
p { color: rgb(217,244,47); }
H1.HeaderClassName
{
color: #D9F42F;
}
.AnyTagClassName
{
color: #D9F42F;
}
</style>
background-color css
<style>
a { background-color: #D9F42F; }
a { background-color: rgb(217,244,47); }
div.DivClassName
{
background-color: #D9F42F;
}
.BgClassName
{
background-color: #D9F42F;
}
</style>
border-color css
<style>
span { border-color: #D9F42F; }
span { border-color: rgb(217,244,47); }
td.TdClassName
{
border-color: #D9F42F;
}
.TagClassName
{
border-color: #D9F42F;
}
</style>