Shades of Pear #D7FA2F
Tints of Pear #D7FA2F
RGB
CMYK
RGB Variations
Color information
#D7FA2F (or 0xD7FA2F) is known color: Pear. HEX triplet: D7, FA and 2F. RGB value is (215,250,47). Sum of RGB (Red+Green+Blue) = 215+250+47=512 (67% of max value = 765). Red value is 215 (84.38% from 255 or 41.99% from 512); Green value is 250 (98.05% from 255 or 48.83% from 512); Blue value is 47 (18.75% from 255 or 9.18% from 512); Max value from RGB is 250 - color contains mainly: green. Hex color #D7FA2F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D7FA2F is #2805D0. Grayscale: #D9D9D9. Windows color (decimal): -2622929 or 3144407. OLE color: 3144407.
HSL color Cylindrical-coordinate representation of color #D7FA2F: hue angle of 70.34º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D7FA2F is Cyan = 0.14, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 215 | 250 | 47 | - |
| CMYK | 0.14 | 0 | 0.81 | 0.02 |
| HSL | 70.34º | 0.95% | 0.58% | - |
| HSV(B) | 70.34º | 0.81% | 0.98% | - |
| XYZ | 62.72 | 83.02 | 15.41 | - |
| YUV | 216.39 | 32.4 | 127.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 250 | 47 | 0.14 | 0 | 0.81 | 0.02 | 70.34 | 0.95 | 0.58 |
| Hex | D7 | FA | 2F | E | 0 | 51 | 2 | 46 | 5F | 3A |
| Octal | 327 | 372 | 57 | 16 | 0 | 121 | 2 | 106 | 137 | 72 |
| Binary | 11010111 | 11111010 | 101111 | 1110 | 0 | 1010001 | 10 | 1000110 | 1011111 | 111010 |
Color Harmonies of #D7FA2F
Complementary color
Monochromatic Colors of #D7FA2F
Black with #D7FA2F
Text Example
Text Example
White with #D7FA2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7FA2F; }
p { color: rgb(215,250,47); }
H1.HeaderClassName
{
color: #D7FA2F;
}
.AnyTagClassName
{
color: #D7FA2F;
}
</style>
background-color css
<style>
a { background-color: #D7FA2F; }
a { background-color: rgb(215,250,47); }
div.DivClassName
{
background-color: #D7FA2F;
}
.BgClassName
{
background-color: #D7FA2F;
}
</style>
border-color css
<style>
span { border-color: #D7FA2F; }
span { border-color: rgb(215,250,47); }
td.TdClassName
{
border-color: #D7FA2F;
}
.TagClassName
{
border-color: #D7FA2F;
}
</style>