Shades of Light Green #98F974
Tints of Light Green #98F974
RGB
CMYK
RGB Variations
Color information
#98F974 (or 0x98F974) is known color: Light Green. HEX triplet: 98, F9 and 74. RGB value is (152,249,116). Sum of RGB (Red+Green+Blue) = 152+249+116=517 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.40% from 517); Green value is 249 (97.66% from 255 or 48.16% from 517); Blue value is 116 (45.70% from 255 or 22.44% from 517); Max value from RGB is 249 - color contains mainly: green. Hex color #98F974 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #98F974 is #67068B. Grayscale: #CDCDCD. Windows color (decimal): -6751884 or 7666072. OLE color: 7666072.
HSL color Cylindrical-coordinate representation of color #98F974: hue angle of 103.76º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #98F974 is Cyan = 0.39, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 152 | 249 | 116 | - |
| CMYK | 0.39 | 0 | 0.53 | 0.02 |
| HSL | 103.76º | 0.92% | 0.72% | - |
| HSV(B) | 103.76º | 0.53% | 0.98% | - |
| XYZ | 49.98 | 75.69 | 28.5 | - |
| YUV | 204.84 | 77.86 | 90.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 249 | 116 | 0.39 | 0 | 0.53 | 0.02 | 103.76 | 0.92 | 0.72 |
| Hex | 98 | F9 | 74 | 27 | 0 | 35 | 2 | 68 | 5C | 48 |
| Octal | 230 | 371 | 164 | 47 | 0 | 65 | 2 | 150 | 134 | 110 |
| Binary | 10011000 | 11111001 | 1110100 | 100111 | 0 | 110101 | 10 | 1101000 | 1011100 | 1001000 |
Color Harmonies of #98F974
Complementary color
Monochromatic Colors of #98F974
Black with #98F974
Text Example
Text Example
White with #98F974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98F974; }
p { color: rgb(152,249,116); }
H1.HeaderClassName
{
color: #98F974;
}
.AnyTagClassName
{
color: #98F974;
}
</style>
background-color css
<style>
a { background-color: #98F974; }
a { background-color: rgb(152,249,116); }
div.DivClassName
{
background-color: #98F974;
}
.BgClassName
{
background-color: #98F974;
}
</style>
border-color css
<style>
span { border-color: #98F974; }
span { border-color: rgb(152,249,116); }
td.TdClassName
{
border-color: #98F974;
}
.TagClassName
{
border-color: #98F974;
}
</style>