Shades of Pear #D9F22E
Tints of Pear #D9F22E
RGB
CMYK
RGB Variations
Color information
#D9F22E (or 0xD9F22E) is known color: Pear. HEX triplet: D9, F2 and 2E. RGB value is (217,242,46). Sum of RGB (Red+Green+Blue) = 217+242+46=505 (66% of max value = 765). Red value is 217 (85.16% from 255 or 42.97% from 505); Green value is 242 (94.92% from 255 or 47.92% from 505); Blue value is 46 (18.36% from 255 or 9.11% from 505); Max value from RGB is 242 - color contains mainly: green. Hex color #D9F22E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D9F22E is #260DD1. Grayscale: #D4D4D4. Windows color (decimal): -2493906 or 3076825. OLE color: 3076825.
HSL color Cylindrical-coordinate representation of color #D9F22E: hue angle of 67.65º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D9F22E is Cyan = 0.10, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 217 | 242 | 46 | - |
| CMYK | 0.10 | 0 | 0.81 | 0.05 |
| HSL | 67.65º | 0.88% | 0.56% | - |
| HSV(B) | 67.65º | 0.81% | 0.95% | - |
| XYZ | 60.86 | 78.45 | 14.52 | - |
| YUV | 212.18 | 34.22 | 131.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 242 | 46 | 0.10 | 0 | 0.81 | 0.05 | 67.65 | 0.88 | 0.56 |
| Hex | D9 | F2 | 2E | A | 0 | 51 | 5 | 44 | 58 | 38 |
| Octal | 331 | 362 | 56 | 12 | 0 | 121 | 5 | 104 | 130 | 70 |
| Binary | 11011001 | 11110010 | 101110 | 1010 | 0 | 1010001 | 101 | 1000100 | 1011000 | 111000 |
Color Harmonies of #D9F22E
Complementary color
Monochromatic Colors of #D9F22E
Black with #D9F22E
Text Example
Text Example
White with #D9F22E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9F22E; }
p { color: rgb(217,242,46); }
H1.HeaderClassName
{
color: #D9F22E;
}
.AnyTagClassName
{
color: #D9F22E;
}
</style>
background-color css
<style>
a { background-color: #D9F22E; }
a { background-color: rgb(217,242,46); }
div.DivClassName
{
background-color: #D9F22E;
}
.BgClassName
{
background-color: #D9F22E;
}
</style>
border-color css
<style>
span { border-color: #D9F22E; }
span { border-color: rgb(217,242,46); }
td.TdClassName
{
border-color: #D9F22E;
}
.TagClassName
{
border-color: #D9F22E;
}
</style>