Shades of Pear #D7FA4A
Tints of Pear #D7FA4A
RGB
CMYK
RGB Variations
Color information
#D7FA4A (or 0xD7FA4A) is known color: Pear. HEX triplet: D7, FA and 4A. RGB value is (215,250,74). Sum of RGB (Red+Green+Blue) = 215+250+74=539 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.89% from 539); Green value is 250 (98.05% from 255 or 46.38% from 539); Blue value is 74 (29.30% from 255 or 13.73% from 539); Max value from RGB is 250 - color contains mainly: green. Hex color #D7FA4A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D7FA4A is #2805B5. Grayscale: #DCDCDC. Windows color (decimal): -2622902 or 4913879. OLE color: 4913879.
HSL color Cylindrical-coordinate representation of color #D7FA4A: hue angle of 71.93º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D7FA4A is Cyan = 0.14, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 215 | 250 | 74 | - |
| CMYK | 0.14 | 0 | 0.70 | 0.02 |
| HSL | 71.93º | 0.95% | 0.64% | - |
| HSV(B) | 71.93º | 0.7% | 0.98% | - |
| XYZ | 63.45 | 83.31 | 19.22 | - |
| YUV | 219.47 | 45.9 | 124.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 250 | 74 | 0.14 | 0 | 0.70 | 0.02 | 71.93 | 0.95 | 0.64 |
| Hex | D7 | FA | 4A | E | 0 | 46 | 2 | 48 | 5F | 40 |
| Octal | 327 | 372 | 112 | 16 | 0 | 106 | 2 | 110 | 137 | 100 |
| Binary | 11010111 | 11111010 | 1001010 | 1110 | 0 | 1000110 | 10 | 1001000 | 1011111 | 1000000 |
Color Harmonies of #D7FA4A
Complementary color
Monochromatic Colors of #D7FA4A
Black with #D7FA4A
Text Example
Text Example
White with #D7FA4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7FA4A; }
p { color: rgb(215,250,74); }
H1.HeaderClassName
{
color: #D7FA4A;
}
.AnyTagClassName
{
color: #D7FA4A;
}
</style>
background-color css
<style>
a { background-color: #D7FA4A; }
a { background-color: rgb(215,250,74); }
div.DivClassName
{
background-color: #D7FA4A;
}
.BgClassName
{
background-color: #D7FA4A;
}
</style>
border-color css
<style>
span { border-color: #D7FA4A; }
span { border-color: rgb(215,250,74); }
td.TdClassName
{
border-color: #D7FA4A;
}
.TagClassName
{
border-color: #D7FA4A;
}
</style>