Shades of Pear #D9F21C
Tints of Pear #D9F21C
RGB
CMYK
RGB Variations
Color information
#D9F21C (or 0xD9F21C) is known color: Pear. HEX triplet: D9, F2 and 1C. RGB value is (217,242,28). Sum of RGB (Red+Green+Blue) = 217+242+28=487 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.56% from 487); Green value is 242 (94.92% from 255 or 49.69% from 487); Blue value is 28 (11.33% from 255 or 5.75% from 487); Max value from RGB is 242 - color contains mainly: green. Hex color #D9F21C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D9F21C is #260DE3. Grayscale: #D2D2D2. Windows color (decimal): -2493924 or 1897177. OLE color: 1897177.
HSL color Cylindrical-coordinate representation of color #D9F21C: hue angle of 67.01º 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 #D9F21C is Cyan = 0.10, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 217 | 242 | 28 | - |
| CMYK | 0.10 | 0 | 0.88 | 0.05 |
| HSL | 67.01º | 0.89% | 0.53% | - |
| HSV(B) | 67.01º | 0.88% | 0.95% | - |
| XYZ | 60.58 | 78.34 | 13.03 | - |
| YUV | 210.13 | 25.22 | 132.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 242 | 28 | 0.10 | 0 | 0.88 | 0.05 | 67.01 | 0.89 | 0.53 |
| Hex | D9 | F2 | 1C | A | 0 | 58 | 5 | 43 | 59 | 35 |
| Octal | 331 | 362 | 34 | 12 | 0 | 130 | 5 | 103 | 131 | 65 |
| Binary | 11011001 | 11110010 | 11100 | 1010 | 0 | 1011000 | 101 | 1000011 | 1011001 | 110101 |
Color Harmonies of #D9F21C
Complementary color
Monochromatic Colors of #D9F21C
Black with #D9F21C
Text Example
Text Example
White with #D9F21C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9F21C; }
p { color: rgb(217,242,28); }
H1.HeaderClassName
{
color: #D9F21C;
}
.AnyTagClassName
{
color: #D9F21C;
}
</style>
background-color css
<style>
a { background-color: #D9F21C; }
a { background-color: rgb(217,242,28); }
div.DivClassName
{
background-color: #D9F21C;
}
.BgClassName
{
background-color: #D9F21C;
}
</style>
border-color css
<style>
span { border-color: #D9F21C; }
span { border-color: rgb(217,242,28); }
td.TdClassName
{
border-color: #D9F21C;
}
.TagClassName
{
border-color: #D9F21C;
}
</style>