Shades of Pear #D9F820
Tints of Pear #D9F820
RGB
CMYK
RGB Variations
Color information
#D9F820 (or 0xD9F820) is known color: Pear. HEX triplet: D9, F8 and 20. RGB value is (217,248,32). Sum of RGB (Red+Green+Blue) = 217+248+32=497 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.66% from 497); Green value is 248 (97.27% from 255 or 49.90% from 497); Blue value is 32 (12.89% from 255 or 6.44% from 497); Max value from RGB is 248 - color contains mainly: green. Hex color #D9F820 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D9F820 is #2607DF. Grayscale: #D6D6D6. Windows color (decimal): -2492384 or 2160857. OLE color: 2160857.
HSL color Cylindrical-coordinate representation of color #D9F820: hue angle of 68.61º 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 #D9F820 is Cyan = 0.12, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 217 | 248 | 32 | - |
| CMYK | 0.12 | 0 | 0.87 | 0.03 |
| HSL | 68.61º | 0.94% | 0.55% | - |
| HSV(B) | 68.61º | 0.87% | 0.97% | - |
| XYZ | 62.44 | 81.99 | 13.9 | - |
| YUV | 214.11 | 25.23 | 130.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 248 | 32 | 0.12 | 0 | 0.87 | 0.03 | 68.61 | 0.94 | 0.55 |
| Hex | D9 | F8 | 20 | C | 0 | 57 | 3 | 45 | 5E | 37 |
| Octal | 331 | 370 | 40 | 14 | 0 | 127 | 3 | 105 | 136 | 67 |
| Binary | 11011001 | 11111000 | 100000 | 1100 | 0 | 1010111 | 11 | 1000101 | 1011110 | 110111 |
Color Harmonies of #D9F820
Complementary color
Monochromatic Colors of #D9F820
Black with #D9F820
Text Example
Text Example
White with #D9F820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9F820; }
p { color: rgb(217,248,32); }
H1.HeaderClassName
{
color: #D9F820;
}
.AnyTagClassName
{
color: #D9F820;
}
</style>
background-color css
<style>
a { background-color: #D9F820; }
a { background-color: rgb(217,248,32); }
div.DivClassName
{
background-color: #D9F820;
}
.BgClassName
{
background-color: #D9F820;
}
</style>
border-color css
<style>
span { border-color: #D9F820; }
span { border-color: rgb(217,248,32); }
td.TdClassName
{
border-color: #D9F820;
}
.TagClassName
{
border-color: #D9F820;
}
</style>