Shades of Pear #D9F11C
Tints of Pear #D9F11C
RGB
CMYK
RGB Variations
Color information
#D9F11C (or 0xD9F11C) is known color: Pear. HEX triplet: D9, F1 and 1C. RGB value is (217,241,28). Sum of RGB (Red+Green+Blue) = 217+241+28=486 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.65% from 486); Green value is 241 (94.53% from 255 or 49.59% from 486); Blue value is 28 (11.33% from 255 or 5.76% from 486); Max value from RGB is 241 - color contains mainly: green. Hex color #D9F11C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D9F11C is #260EE3. Grayscale: #D2D2D2. Windows color (decimal): -2494180 or 1896921. OLE color: 1896921.
HSL color Cylindrical-coordinate representation of color #D9F11C: hue angle of 66.76º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D9F11C is Cyan = 0.10, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 217 | 241 | 28 | - |
| CMYK | 0.10 | 0 | 0.88 | 0.05 |
| HSL | 66.76º | 0.88% | 0.53% | - |
| HSV(B) | 66.76º | 0.88% | 0.95% | - |
| XYZ | 60.28 | 77.75 | 12.93 | - |
| YUV | 209.54 | 25.55 | 133.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 241 | 28 | 0.10 | 0 | 0.88 | 0.05 | 66.76 | 0.88 | 0.53 |
| Hex | D9 | F1 | 1C | A | 0 | 58 | 5 | 43 | 58 | 35 |
| Octal | 331 | 361 | 34 | 12 | 0 | 130 | 5 | 103 | 130 | 65 |
| Binary | 11011001 | 11110001 | 11100 | 1010 | 0 | 1011000 | 101 | 1000011 | 1011000 | 110101 |
Color Harmonies of #D9F11C
Complementary color
Monochromatic Colors of #D9F11C
Black with #D9F11C
Text Example
Text Example
White with #D9F11C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9F11C; }
p { color: rgb(217,241,28); }
H1.HeaderClassName
{
color: #D9F11C;
}
.AnyTagClassName
{
color: #D9F11C;
}
</style>
background-color css
<style>
a { background-color: #D9F11C; }
a { background-color: rgb(217,241,28); }
div.DivClassName
{
background-color: #D9F11C;
}
.BgClassName
{
background-color: #D9F11C;
}
</style>
border-color css
<style>
span { border-color: #D9F11C; }
span { border-color: rgb(217,241,28); }
td.TdClassName
{
border-color: #D9F11C;
}
.TagClassName
{
border-color: #D9F11C;
}
</style>