Shades of Light Green #97F87A
Tints of Light Green #97F87A
RGB
CMYK
RGB Variations
Color information
#97F87A (or 0x97F87A) is known color: Light Green. HEX triplet: 97, F8 and 7A. RGB value is (151,248,122). Sum of RGB (Red+Green+Blue) = 151+248+122=521 (69% of max value = 765). Red value is 151 (59.38% from 255 or 28.98% from 521); Green value is 248 (97.27% from 255 or 47.60% from 521); Blue value is 122 (48.05% from 255 or 23.42% from 521); Max value from RGB is 248 - color contains mainly: green. Hex color #97F87A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #97F87A is #680785. Grayscale: #CDCDCD. Windows color (decimal): -6817670 or 8059031. OLE color: 8059031.
HSL color Cylindrical-coordinate representation of color #97F87A: hue angle of 106.19º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #97F87A is Cyan = 0.39, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 151 | 248 | 122 | - |
| CMYK | 0.39 | 0 | 0.51 | 0.03 |
| HSL | 106.19º | 0.9% | 0.73% | - |
| HSV(B) | 106.19º | 0.51% | 0.97% | - |
| XYZ | 49.84 | 75.12 | 30.28 | - |
| YUV | 204.63 | 81.36 | 89.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 248 | 122 | 0.39 | 0 | 0.51 | 0.03 | 106.19 | 0.9 | 0.73 |
| Hex | 97 | F8 | 7A | 27 | 0 | 33 | 3 | 6A | 5A | 49 |
| Octal | 227 | 370 | 172 | 47 | 0 | 63 | 3 | 152 | 132 | 111 |
| Binary | 10010111 | 11111000 | 1111010 | 100111 | 0 | 110011 | 11 | 1101010 | 1011010 | 1001001 |
Color Harmonies of #97F87A
Complementary color
Monochromatic Colors of #97F87A
Black with #97F87A
Text Example
Text Example
White with #97F87A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97F87A; }
p { color: rgb(151,248,122); }
H1.HeaderClassName
{
color: #97F87A;
}
.AnyTagClassName
{
color: #97F87A;
}
</style>
background-color css
<style>
a { background-color: #97F87A; }
a { background-color: rgb(151,248,122); }
div.DivClassName
{
background-color: #97F87A;
}
.BgClassName
{
background-color: #97F87A;
}
</style>
border-color css
<style>
span { border-color: #97F87A; }
span { border-color: rgb(151,248,122); }
td.TdClassName
{
border-color: #97F87A;
}
.TagClassName
{
border-color: #97F87A;
}
</style>