Shades of Pear #D9F21D
Tints of Pear #D9F21D
RGB
CMYK
RGB Variations
Color information
#D9F21D (or 0xD9F21D) is known color: Pear. HEX triplet: D9, F2 and 1D. RGB value is (217,242,29). Sum of RGB (Red+Green+Blue) = 217+242+29=488 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.47% from 488); Green value is 242 (94.92% from 255 or 49.59% from 488); Blue value is 29 (11.72% from 255 or 5.94% from 488); Max value from RGB is 242 - color contains mainly: green. Hex color #D9F21D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D9F21D is #260DE2. Grayscale: #D3D3D3. Windows color (decimal): -2493923 or 1962713. OLE color: 1962713.
HSL color Cylindrical-coordinate representation of color #D9F21D: hue angle of 67.04º degrees, saturation: 0.89, 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 #D9F21D is Cyan = 0.10, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 217 | 242 | 29 | - |
| CMYK | 0.10 | 0 | 0.88 | 0.05 |
| HSL | 67.04º | 0.89% | 0.53% | - |
| HSV(B) | 67.04º | 0.88% | 0.95% | - |
| XYZ | 60.59 | 78.34 | 13.09 | - |
| YUV | 210.24 | 25.72 | 132.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 242 | 29 | 0.10 | 0 | 0.88 | 0.05 | 67.04 | 0.89 | 0.53 |
| Hex | D9 | F2 | 1D | A | 0 | 58 | 5 | 43 | 59 | 35 |
| Octal | 331 | 362 | 35 | 12 | 0 | 130 | 5 | 103 | 131 | 65 |
| Binary | 11011001 | 11110010 | 11101 | 1010 | 0 | 1011000 | 101 | 1000011 | 1011001 | 110101 |
Color Harmonies of #D9F21D
Complementary color
Monochromatic Colors of #D9F21D
Black with #D9F21D
Text Example
Text Example
White with #D9F21D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9F21D; }
p { color: rgb(217,242,29); }
H1.HeaderClassName
{
color: #D9F21D;
}
.AnyTagClassName
{
color: #D9F21D;
}
</style>
background-color css
<style>
a { background-color: #D9F21D; }
a { background-color: rgb(217,242,29); }
div.DivClassName
{
background-color: #D9F21D;
}
.BgClassName
{
background-color: #D9F21D;
}
</style>
border-color css
<style>
span { border-color: #D9F21D; }
span { border-color: rgb(217,242,29); }
td.TdClassName
{
border-color: #D9F21D;
}
.TagClassName
{
border-color: #D9F21D;
}
</style>