Shades of Pear #D9FC3C
Tints of Pear #D9FC3C
RGB
CMYK
RGB Variations
Color information
#D9FC3C (or 0xD9FC3C) is known color: Pear. HEX triplet: D9, FC and 3C. RGB value is (217,252,60). Sum of RGB (Red+Green+Blue) = 217+252+60=529 (70% of max value = 765). Red value is 217 (85.16% from 255 or 41.02% from 529); Green value is 252 (98.83% from 255 or 47.64% from 529); Blue value is 60 (23.83% from 255 or 11.34% from 529); Max value from RGB is 252 - color contains mainly: green. Hex color #D9FC3C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D9FC3C is #2603C3. Grayscale: #DCDCDC. Windows color (decimal): -2491332 or 3996889. OLE color: 3996889.
HSL color Cylindrical-coordinate representation of color #D9FC3C: hue angle of 70.94º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D9FC3C is Cyan = 0.14, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 217 | 252 | 60 | - |
| CMYK | 0.14 | 0 | 0.76 | 0.01 |
| HSL | 70.94º | 0.97% | 0.61% | - |
| HSV(B) | 70.94º | 0.76% | 0.99% | - |
| XYZ | 64.24 | 84.7 | 17.24 | - |
| YUV | 219.65 | 37.9 | 126.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 252 | 60 | 0.14 | 0 | 0.76 | 0.01 | 70.94 | 0.97 | 0.61 |
| Hex | D9 | FC | 3C | E | 0 | 4C | 1 | 47 | 61 | 3D |
| Octal | 331 | 374 | 74 | 16 | 0 | 114 | 1 | 107 | 141 | 75 |
| Binary | 11011001 | 11111100 | 111100 | 1110 | 0 | 1001100 | 1 | 1000111 | 1100001 | 111101 |
Color Harmonies of #D9FC3C
Complementary color
Monochromatic Colors of #D9FC3C
Black with #D9FC3C
Text Example
Text Example
White with #D9FC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9FC3C; }
p { color: rgb(217,252,60); }
H1.HeaderClassName
{
color: #D9FC3C;
}
.AnyTagClassName
{
color: #D9FC3C;
}
</style>
background-color css
<style>
a { background-color: #D9FC3C; }
a { background-color: rgb(217,252,60); }
div.DivClassName
{
background-color: #D9FC3C;
}
.BgClassName
{
background-color: #D9FC3C;
}
</style>
border-color css
<style>
span { border-color: #D9FC3C; }
span { border-color: rgb(217,252,60); }
td.TdClassName
{
border-color: #D9FC3C;
}
.TagClassName
{
border-color: #D9FC3C;
}
</style>