Shades of Pear #D9FA47
Tints of Pear #D9FA47
RGB
CMYK
RGB Variations
Color information
#D9FA47 (or 0xD9FA47) is known color: Pear. HEX triplet: D9, FA and 47. RGB value is (217,250,71). Sum of RGB (Red+Green+Blue) = 217+250+71=538 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.33% from 538); Green value is 250 (98.05% from 255 or 46.47% from 538); Blue value is 71 (28.12% from 255 or 13.20% from 538); Max value from RGB is 250 - color contains mainly: green. Hex color #D9FA47 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D9FA47 is #2605B8. Grayscale: #DCDCDC. Windows color (decimal): -2491833 or 4717273. OLE color: 4717273.
HSL color Cylindrical-coordinate representation of color #D9FA47: hue angle of 71.06º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D9FA47 is Cyan = 0.13, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 217 | 250 | 71 | - |
| CMYK | 0.13 | 0 | 0.72 | 0.02 |
| HSL | 71.06º | 0.95% | 0.63% | - |
| HSV(B) | 71.06º | 0.72% | 0.98% | - |
| XYZ | 63.94 | 83.58 | 18.72 | - |
| YUV | 219.73 | 44.07 | 126.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 250 | 71 | 0.13 | 0 | 0.72 | 0.02 | 71.06 | 0.95 | 0.63 |
| Hex | D9 | FA | 47 | D | 0 | 48 | 2 | 47 | 5F | 3F |
| Octal | 331 | 372 | 107 | 15 | 0 | 110 | 2 | 107 | 137 | 77 |
| Binary | 11011001 | 11111010 | 1000111 | 1101 | 0 | 1001000 | 10 | 1000111 | 1011111 | 111111 |
Color Harmonies of #D9FA47
Complementary color
Monochromatic Colors of #D9FA47
Black with #D9FA47
Text Example
Text Example
White with #D9FA47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9FA47; }
p { color: rgb(217,250,71); }
H1.HeaderClassName
{
color: #D9FA47;
}
.AnyTagClassName
{
color: #D9FA47;
}
</style>
background-color css
<style>
a { background-color: #D9FA47; }
a { background-color: rgb(217,250,71); }
div.DivClassName
{
background-color: #D9FA47;
}
.BgClassName
{
background-color: #D9FA47;
}
</style>
border-color css
<style>
span { border-color: #D9FA47; }
span { border-color: rgb(217,250,71); }
td.TdClassName
{
border-color: #D9FA47;
}
.TagClassName
{
border-color: #D9FA47;
}
</style>