Shades of Pear #D1FA3F
Tints of Pear #D1FA3F
RGB
CMYK
RGB Variations
Color information
#D1FA3F (or 0xD1FA3F) is known color: Pear. HEX triplet: D1, FA and 3F. RGB value is (209,250,63). Sum of RGB (Red+Green+Blue) = 209+250+63=522 (69% of max value = 765). Red value is 209 (82.03% from 255 or 40.04% from 522); Green value is 250 (98.05% from 255 or 47.89% from 522); Blue value is 63 (25% from 255 or 12.07% from 522); Max value from RGB is 250 - color contains mainly: green. Hex color #D1FA3F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D1FA3F is #2E05C0. Grayscale: #D9D9D9. Windows color (decimal): -3016129 or 4192977. OLE color: 4192977.
HSL color Cylindrical-coordinate representation of color #D1FA3F: hue angle of 73.16º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D1FA3F is Cyan = 0.16, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 209 | 250 | 63 | - |
| CMYK | 0.16 | 0 | 0.75 | 0.02 |
| HSL | 73.16º | 0.95% | 0.61% | - |
| HSV(B) | 73.16º | 0.75% | 0.98% | - |
| XYZ | 61.38 | 82.29 | 17.35 | - |
| YUV | 216.42 | 41.42 | 122.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 250 | 63 | 0.16 | 0 | 0.75 | 0.02 | 73.16 | 0.95 | 0.61 |
| Hex | D1 | FA | 3F | 10 | 0 | 4B | 2 | 49 | 5F | 3D |
| Octal | 321 | 372 | 77 | 20 | 0 | 113 | 2 | 111 | 137 | 75 |
| Binary | 11010001 | 11111010 | 111111 | 10000 | 0 | 1001011 | 10 | 1001001 | 1011111 | 111101 |
Color Harmonies of #D1FA3F
Complementary color
Monochromatic Colors of #D1FA3F
Black with #D1FA3F
Text Example
Text Example
White with #D1FA3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1FA3F; }
p { color: rgb(209,250,63); }
H1.HeaderClassName
{
color: #D1FA3F;
}
.AnyTagClassName
{
color: #D1FA3F;
}
</style>
background-color css
<style>
a { background-color: #D1FA3F; }
a { background-color: rgb(209,250,63); }
div.DivClassName
{
background-color: #D1FA3F;
}
.BgClassName
{
background-color: #D1FA3F;
}
</style>
border-color css
<style>
span { border-color: #D1FA3F; }
span { border-color: rgb(209,250,63); }
td.TdClassName
{
border-color: #D1FA3F;
}
.TagClassName
{
border-color: #D1FA3F;
}
</style>