Shades of Pear #D9F11A
Tints of Pear #D9F11A
RGB
CMYK
RGB Variations
Color information
#D9F11A (or 0xD9F11A) is known color: Pear. HEX triplet: D9, F1 and 1A. RGB value is (217,241,26). Sum of RGB (Red+Green+Blue) = 217+241+26=484 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.83% from 484); Green value is 241 (94.53% from 255 or 49.79% from 484); Blue value is 26 (10.55% from 255 or 5.37% from 484); Max value from RGB is 241 - color contains mainly: green. Hex color #D9F11A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D9F11A is #260EE5. Grayscale: #D2D2D2. Windows color (decimal): -2494182 or 1765849. OLE color: 1765849.
HSL color Cylindrical-coordinate representation of color #D9F11A: hue angle of 66.7º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D9F11A is Cyan = 0.10, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 217 | 241 | 26 | - |
| CMYK | 0.10 | 0 | 0.89 | 0.05 |
| HSL | 66.7º | 0.88% | 0.52% | - |
| HSV(B) | 66.7º | 0.89% | 0.95% | - |
| XYZ | 60.26 | 77.74 | 12.81 | - |
| YUV | 209.31 | 24.55 | 133.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 241 | 26 | 0.10 | 0 | 0.89 | 0.05 | 66.7 | 0.88 | 0.52 |
| Hex | D9 | F1 | 1A | A | 0 | 59 | 5 | 43 | 58 | 34 |
| Octal | 331 | 361 | 32 | 12 | 0 | 131 | 5 | 103 | 130 | 64 |
| Binary | 11011001 | 11110001 | 11010 | 1010 | 0 | 1011001 | 101 | 1000011 | 1011000 | 110100 |
Color Harmonies of #D9F11A
Complementary color
Monochromatic Colors of #D9F11A
Black with #D9F11A
Text Example
Text Example
White with #D9F11A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9F11A; }
p { color: rgb(217,241,26); }
H1.HeaderClassName
{
color: #D9F11A;
}
.AnyTagClassName
{
color: #D9F11A;
}
</style>
background-color css
<style>
a { background-color: #D9F11A; }
a { background-color: rgb(217,241,26); }
div.DivClassName
{
background-color: #D9F11A;
}
.BgClassName
{
background-color: #D9F11A;
}
</style>
border-color css
<style>
span { border-color: #D9F11A; }
span { border-color: rgb(217,241,26); }
td.TdClassName
{
border-color: #D9F11A;
}
.TagClassName
{
border-color: #D9F11A;
}
</style>