Shades of Pear #D9F42C
Tints of Pear #D9F42C
RGB
CMYK
RGB Variations
Color information
#D9F42C (or 0xD9F42C) is known color: Pear. HEX triplet: D9, F4 and 2C. RGB value is (217,244,44). Sum of RGB (Red+Green+Blue) = 217+244+44=505 (66% of max value = 765). Red value is 217 (85.16% from 255 or 42.97% from 505); Green value is 244 (95.70% from 255 or 48.32% from 505); Blue value is 44 (17.58% from 255 or 8.71% from 505); Max value from RGB is 244 - color contains mainly: green. Hex color #D9F42C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D9F42C is #260BD3. Grayscale: #D5D5D5. Windows color (decimal): -2493396 or 2946265. OLE color: 2946265.
HSL color Cylindrical-coordinate representation of color #D9F42C: hue angle of 68.1º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D9F42C is Cyan = 0.11, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 217 | 244 | 44 | - |
| CMYK | 0.11 | 0 | 0.82 | 0.04 |
| HSL | 68.1º | 0.9% | 0.56% | - |
| HSV(B) | 68.1º | 0.82% | 0.96% | - |
| XYZ | 61.42 | 79.63 | 14.52 | - |
| YUV | 213.13 | 32.55 | 130.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 244 | 44 | 0.11 | 0 | 0.82 | 0.04 | 68.1 | 0.9 | 0.56 |
| Hex | D9 | F4 | 2C | B | 0 | 52 | 4 | 44 | 5A | 38 |
| Octal | 331 | 364 | 54 | 13 | 0 | 122 | 4 | 104 | 132 | 70 |
| Binary | 11011001 | 11110100 | 101100 | 1011 | 0 | 1010010 | 100 | 1000100 | 1011010 | 111000 |
Color Harmonies of #D9F42C
Complementary color
Monochromatic Colors of #D9F42C
Black with #D9F42C
Text Example
Text Example
White with #D9F42C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9F42C; }
p { color: rgb(217,244,44); }
H1.HeaderClassName
{
color: #D9F42C;
}
.AnyTagClassName
{
color: #D9F42C;
}
</style>
background-color css
<style>
a { background-color: #D9F42C; }
a { background-color: rgb(217,244,44); }
div.DivClassName
{
background-color: #D9F42C;
}
.BgClassName
{
background-color: #D9F42C;
}
</style>
border-color css
<style>
span { border-color: #D9F42C; }
span { border-color: rgb(217,244,44); }
td.TdClassName
{
border-color: #D9F42C;
}
.TagClassName
{
border-color: #D9F42C;
}
</style>