Shades of Light Green #97F47A
Tints of Light Green #97F47A
RGB
CMYK
RGB Variations
Color information
#97F47A (or 0x97F47A) is known color: Light Green. HEX triplet: 97, F4 and 7A. RGB value is (151,244,122). Sum of RGB (Red+Green+Blue) = 151+244+122=517 (68% of max value = 765). Red value is 151 (59.38% from 255 or 29.21% from 517); Green value is 244 (95.70% from 255 or 47.20% from 517); Blue value is 122 (48.05% from 255 or 23.60% from 517); Max value from RGB is 244 - color contains mainly: green. Hex color #97F47A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #97F47A is #680B85. Grayscale: #CACACA. Windows color (decimal): -6818694 or 8058007. OLE color: 8058007.
HSL color Cylindrical-coordinate representation of color #97F47A: hue angle of 105.74º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #97F47A is Cyan = 0.38, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 151 | 244 | 122 | - |
| CMYK | 0.38 | 0 | 0.5 | 0.04 |
| HSL | 105.74º | 0.85% | 0.72% | - |
| HSV(B) | 105.74º | 0.5% | 0.96% | - |
| XYZ | 48.63 | 72.69 | 29.88 | - |
| YUV | 202.29 | 82.69 | 91.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 244 | 122 | 0.38 | 0 | 0.5 | 0.04 | 105.74 | 0.85 | 0.72 |
| Hex | 97 | F4 | 7A | 26 | 0 | 32 | 4 | 6A | 55 | 48 |
| Octal | 227 | 364 | 172 | 46 | 0 | 62 | 4 | 152 | 125 | 110 |
| Binary | 10010111 | 11110100 | 1111010 | 100110 | 0 | 110010 | 100 | 1101010 | 1010101 | 1001000 |
Color Harmonies of #97F47A
Complementary color
Monochromatic Colors of #97F47A
Black with #97F47A
Text Example
Text Example
White with #97F47A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97F47A; }
p { color: rgb(151,244,122); }
H1.HeaderClassName
{
color: #97F47A;
}
.AnyTagClassName
{
color: #97F47A;
}
</style>
background-color css
<style>
a { background-color: #97F47A; }
a { background-color: rgb(151,244,122); }
div.DivClassName
{
background-color: #97F47A;
}
.BgClassName
{
background-color: #97F47A;
}
</style>
border-color css
<style>
span { border-color: #97F47A; }
span { border-color: rgb(151,244,122); }
td.TdClassName
{
border-color: #97F47A;
}
.TagClassName
{
border-color: #97F47A;
}
</style>