Shades of Light Green #98EF85
Tints of Light Green #98EF85
RGB
CMYK
RGB Variations
Color information
#98EF85 (or 0x98EF85) is known color: Light Green. HEX triplet: 98, EF and 85. RGB value is (152,239,133). Sum of RGB (Red+Green+Blue) = 152+239+133=524 (69% of max value = 765). Red value is 152 (59.77% from 255 or 29.01% from 524); Green value is 239 (93.75% from 255 or 45.61% from 524); Blue value is 133 (52.34% from 255 or 25.38% from 524); Max value from RGB is 239 - color contains mainly: green. Hex color #98EF85 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #98EF85 is #67107A. Grayscale: #C9C9C9. Windows color (decimal): -6754427 or 8777624. OLE color: 8777624.
HSL color Cylindrical-coordinate representation of color #98EF85: hue angle of 109.25º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #98EF85 is Cyan = 0.36, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 152 | 239 | 133 | - |
| CMYK | 0.36 | 0 | 0.44 | 0.06 |
| HSL | 109.25º | 0.77% | 0.73% | - |
| HSV(B) | 109.25º | 0.44% | 0.94% | - |
| XYZ | 48.05 | 70.1 | 33.19 | - |
| YUV | 200.9 | 89.68 | 93.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 239 | 133 | 0.36 | 0 | 0.44 | 0.06 | 109.25 | 0.77 | 0.73 |
| Hex | 98 | EF | 85 | 24 | 0 | 2C | 6 | 6D | 4D | 49 |
| Octal | 230 | 357 | 205 | 44 | 0 | 54 | 6 | 155 | 115 | 111 |
| Binary | 10011000 | 11101111 | 10000101 | 100100 | 0 | 101100 | 110 | 1101101 | 1001101 | 1001001 |
Color Harmonies of #98EF85
Complementary color
Monochromatic Colors of #98EF85
Black with #98EF85
Text Example
Text Example
White with #98EF85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98EF85; }
p { color: rgb(152,239,133); }
H1.HeaderClassName
{
color: #98EF85;
}
.AnyTagClassName
{
color: #98EF85;
}
</style>
background-color css
<style>
a { background-color: #98EF85; }
a { background-color: rgb(152,239,133); }
div.DivClassName
{
background-color: #98EF85;
}
.BgClassName
{
background-color: #98EF85;
}
</style>
border-color css
<style>
span { border-color: #98EF85; }
span { border-color: rgb(152,239,133); }
td.TdClassName
{
border-color: #98EF85;
}
.TagClassName
{
border-color: #98EF85;
}
</style>