Shades of Pear #D9F11D
Tints of Pear #D9F11D
RGB
CMYK
RGB Variations
Color information
#D9F11D (or 0xD9F11D) is known color: Pear. HEX triplet: D9, F1 and 1D. RGB value is (217,241,29). Sum of RGB (Red+Green+Blue) = 217+241+29=487 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.56% from 487); Green value is 241 (94.53% from 255 or 49.49% from 487); Blue value is 29 (11.72% from 255 or 5.95% from 487); Max value from RGB is 241 - color contains mainly: green. Hex color #D9F11D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D9F11D is #260EE2. Grayscale: #D2D2D2. Windows color (decimal): -2494179 or 1962457. OLE color: 1962457.
HSL color Cylindrical-coordinate representation of color #D9F11D: hue angle of 66.79º 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 #D9F11D is Cyan = 0.10, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 217 | 241 | 29 | - |
| CMYK | 0.10 | 0 | 0.88 | 0.05 |
| HSL | 66.79º | 0.88% | 0.53% | - |
| HSV(B) | 66.79º | 0.88% | 0.95% | - |
| XYZ | 60.29 | 77.75 | 12.99 | - |
| YUV | 209.66 | 26.05 | 133.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 241 | 29 | 0.10 | 0 | 0.88 | 0.05 | 66.79 | 0.88 | 0.53 |
| Hex | D9 | F1 | 1D | A | 0 | 58 | 5 | 43 | 58 | 35 |
| Octal | 331 | 361 | 35 | 12 | 0 | 130 | 5 | 103 | 130 | 65 |
| Binary | 11011001 | 11110001 | 11101 | 1010 | 0 | 1011000 | 101 | 1000011 | 1011000 | 110101 |
Color Harmonies of #D9F11D
Complementary color
Monochromatic Colors of #D9F11D
Black with #D9F11D
Text Example
Text Example
White with #D9F11D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9F11D; }
p { color: rgb(217,241,29); }
H1.HeaderClassName
{
color: #D9F11D;
}
.AnyTagClassName
{
color: #D9F11D;
}
</style>
background-color css
<style>
a { background-color: #D9F11D; }
a { background-color: rgb(217,241,29); }
div.DivClassName
{
background-color: #D9F11D;
}
.BgClassName
{
background-color: #D9F11D;
}
</style>
border-color css
<style>
span { border-color: #D9F11D; }
span { border-color: rgb(217,241,29); }
td.TdClassName
{
border-color: #D9F11D;
}
.TagClassName
{
border-color: #D9F11D;
}
</style>