Shades of Pear #D7FA2C
Tints of Pear #D7FA2C
RGB
CMYK
RGB Variations
Color information
#D7FA2C (or 0xD7FA2C) is known color: Pear. HEX triplet: D7, FA and 2C. RGB value is (215,250,44). Sum of RGB (Red+Green+Blue) = 215+250+44=509 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.24% from 509); Green value is 250 (98.05% from 255 or 49.12% from 509); Blue value is 44 (17.58% from 255 or 8.64% from 509); Max value from RGB is 250 - color contains mainly: green. Hex color #D7FA2C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D7FA2C is #2805D3. Grayscale: #D8D8D8. Windows color (decimal): -2622932 or 2947799. OLE color: 2947799.
HSL color Cylindrical-coordinate representation of color #D7FA2C: hue angle of 70.19º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D7FA2C is Cyan = 0.14, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 215 | 250 | 44 | - |
| CMYK | 0.14 | 0 | 0.82 | 0.02 |
| HSL | 70.19º | 0.95% | 0.58% | - |
| HSV(B) | 70.19º | 0.82% | 0.98% | - |
| XYZ | 62.66 | 83 | 15.1 | - |
| YUV | 216.05 | 30.9 | 127.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 250 | 44 | 0.14 | 0 | 0.82 | 0.02 | 70.19 | 0.95 | 0.58 |
| Hex | D7 | FA | 2C | E | 0 | 52 | 2 | 46 | 5F | 3A |
| Octal | 327 | 372 | 54 | 16 | 0 | 122 | 2 | 106 | 137 | 72 |
| Binary | 11010111 | 11111010 | 101100 | 1110 | 0 | 1010010 | 10 | 1000110 | 1011111 | 111010 |
Color Harmonies of #D7FA2C
Complementary color
Monochromatic Colors of #D7FA2C
Black with #D7FA2C
Text Example
Text Example
White with #D7FA2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7FA2C; }
p { color: rgb(215,250,44); }
H1.HeaderClassName
{
color: #D7FA2C;
}
.AnyTagClassName
{
color: #D7FA2C;
}
</style>
background-color css
<style>
a { background-color: #D7FA2C; }
a { background-color: rgb(215,250,44); }
div.DivClassName
{
background-color: #D7FA2C;
}
.BgClassName
{
background-color: #D7FA2C;
}
</style>
border-color css
<style>
span { border-color: #D7FA2C; }
span { border-color: rgb(215,250,44); }
td.TdClassName
{
border-color: #D7FA2C;
}
.TagClassName
{
border-color: #D7FA2C;
}
</style>