Shades of Light Green #98F289
Tints of Light Green #98F289
RGB
CMYK
RGB Variations
Color information
#98F289 (or 0x98F289) is known color: Light Green. HEX triplet: 98, F2 and 89. RGB value is (152,242,137). Sum of RGB (Red+Green+Blue) = 152+242+137=531 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.63% from 531); Green value is 242 (94.92% from 255 or 45.57% from 531); Blue value is 137 (53.91% from 255 or 25.80% from 531); Max value from RGB is 242 - color contains mainly: green. Hex color #98F289 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #98F289 is #670D76. Grayscale: #CBCBCB. Windows color (decimal): -6753655 or 9040536. OLE color: 9040536.
HSL color Cylindrical-coordinate representation of color #98F289: hue angle of 111.43º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #98F289 is Cyan = 0.37, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 152 | 242 | 137 | - |
| CMYK | 0.37 | 0 | 0.43 | 0.05 |
| HSL | 111.43º | 0.8% | 0.74% | - |
| HSV(B) | 111.43º | 0.43% | 0.95% | - |
| XYZ | 49.22 | 71.99 | 34.97 | - |
| YUV | 203.12 | 90.68 | 91.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 242 | 137 | 0.37 | 0 | 0.43 | 0.05 | 111.43 | 0.8 | 0.74 |
| Hex | 98 | F2 | 89 | 25 | 0 | 2B | 5 | 6F | 50 | 4A |
| Octal | 230 | 362 | 211 | 45 | 0 | 53 | 5 | 157 | 120 | 112 |
| Binary | 10011000 | 11110010 | 10001001 | 100101 | 0 | 101011 | 101 | 1101111 | 1010000 | 1001010 |
Color Harmonies of #98F289
Complementary color
Monochromatic Colors of #98F289
Black with #98F289
Text Example
Text Example
White with #98F289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98F289; }
p { color: rgb(152,242,137); }
H1.HeaderClassName
{
color: #98F289;
}
.AnyTagClassName
{
color: #98F289;
}
</style>
background-color css
<style>
a { background-color: #98F289; }
a { background-color: rgb(152,242,137); }
div.DivClassName
{
background-color: #98F289;
}
.BgClassName
{
background-color: #98F289;
}
</style>
border-color css
<style>
span { border-color: #98F289; }
span { border-color: rgb(152,242,137); }
td.TdClassName
{
border-color: #98F289;
}
.TagClassName
{
border-color: #98F289;
}
</style>