Shades of Pear #D9F821
Tints of Pear #D9F821
RGB
CMYK
RGB Variations
Color information
#D9F821 (or 0xD9F821) is known color: Pear. HEX triplet: D9, F8 and 21. RGB value is (217,248,33). Sum of RGB (Red+Green+Blue) = 217+248+33=498 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.57% from 498); Green value is 248 (97.27% from 255 or 49.80% from 498); Blue value is 33 (13.28% from 255 or 6.63% from 498); Max value from RGB is 248 - color contains mainly: green. Hex color #D9F821 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D9F821 is #2607DE. Grayscale: #D7D7D7. Windows color (decimal): -2492383 or 2226393. OLE color: 2226393.
HSL color Cylindrical-coordinate representation of color #D9F821: hue angle of 68.65º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D9F821 is Cyan = 0.12, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 217 | 248 | 33 | - |
| CMYK | 0.12 | 0 | 0.87 | 0.03 |
| HSL | 68.65º | 0.94% | 0.55% | - |
| HSV(B) | 68.65º | 0.87% | 0.97% | - |
| XYZ | 62.46 | 82 | 13.97 | - |
| YUV | 214.22 | 25.73 | 129.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 248 | 33 | 0.12 | 0 | 0.87 | 0.03 | 68.65 | 0.94 | 0.55 |
| Hex | D9 | F8 | 21 | C | 0 | 57 | 3 | 45 | 5E | 37 |
| Octal | 331 | 370 | 41 | 14 | 0 | 127 | 3 | 105 | 136 | 67 |
| Binary | 11011001 | 11111000 | 100001 | 1100 | 0 | 1010111 | 11 | 1000101 | 1011110 | 110111 |
Color Harmonies of #D9F821
Complementary color
Monochromatic Colors of #D9F821
Black with #D9F821
Text Example
Text Example
White with #D9F821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9F821; }
p { color: rgb(217,248,33); }
H1.HeaderClassName
{
color: #D9F821;
}
.AnyTagClassName
{
color: #D9F821;
}
</style>
background-color css
<style>
a { background-color: #D9F821; }
a { background-color: rgb(217,248,33); }
div.DivClassName
{
background-color: #D9F821;
}
.BgClassName
{
background-color: #D9F821;
}
</style>
border-color css
<style>
span { border-color: #D9F821; }
span { border-color: rgb(217,248,33); }
td.TdClassName
{
border-color: #D9F821;
}
.TagClassName
{
border-color: #D9F821;
}
</style>