Shades of Light Green #98FB7A
Tints of Light Green #98FB7A
RGB
CMYK
RGB Variations
Color information
#98FB7A (or 0x98FB7A) is known color: Light Green. HEX triplet: 98, FB and 7A. RGB value is (152,251,122). Sum of RGB (Red+Green+Blue) = 152+251+122=525 (69% of max value = 765). Red value is 152 (59.77% from 255 or 28.95% from 525); Green value is 251 (98.44% from 255 or 47.81% from 525); Blue value is 122 (48.05% from 255 or 23.24% from 525); Max value from RGB is 251 - color contains mainly: green. Hex color #98FB7A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #98FB7A is #670485. Grayscale: #CFCFCF. Windows color (decimal): -6751366 or 8059800. OLE color: 8059800.
HSL color Cylindrical-coordinate representation of color #98FB7A: hue angle of 106.05º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #98FB7A is Cyan = 0.39, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 152 | 251 | 122 | - |
| CMYK | 0.39 | 0 | 0.51 | 0.02 |
| HSL | 106.05º | 0.94% | 0.73% | - |
| HSV(B) | 106.05º | 0.51% | 0.98% | - |
| XYZ | 50.96 | 77.07 | 30.6 | - |
| YUV | 206.69 | 80.2 | 88.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 251 | 122 | 0.39 | 0 | 0.51 | 0.02 | 106.05 | 0.94 | 0.73 |
| Hex | 98 | FB | 7A | 27 | 0 | 33 | 2 | 6A | 5E | 49 |
| Octal | 230 | 373 | 172 | 47 | 0 | 63 | 2 | 152 | 136 | 111 |
| Binary | 10011000 | 11111011 | 1111010 | 100111 | 0 | 110011 | 10 | 1101010 | 1011110 | 1001001 |
Color Harmonies of #98FB7A
Complementary color
Monochromatic Colors of #98FB7A
Black with #98FB7A
Text Example
Text Example
White with #98FB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98FB7A; }
p { color: rgb(152,251,122); }
H1.HeaderClassName
{
color: #98FB7A;
}
.AnyTagClassName
{
color: #98FB7A;
}
</style>
background-color css
<style>
a { background-color: #98FB7A; }
a { background-color: rgb(152,251,122); }
div.DivClassName
{
background-color: #98FB7A;
}
.BgClassName
{
background-color: #98FB7A;
}
</style>
border-color css
<style>
span { border-color: #98FB7A; }
span { border-color: rgb(152,251,122); }
td.TdClassName
{
border-color: #98FB7A;
}
.TagClassName
{
border-color: #98FB7A;
}
</style>