Shades of Light Green #85F098
Tints of Light Green #85F098
RGB
CMYK
RGB Variations
Color information
#85F098 (or 0x85F098) is known color: Light Green. HEX triplet: 85, F0 and 98. RGB value is (133,240,152). Sum of RGB (Red+Green+Blue) = 133+240+152=525 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.33% from 525); Green value is 240 (94.14% from 255 or 45.71% from 525); Blue value is 152 (59.77% from 255 or 28.95% from 525); Max value from RGB is 240 - color contains mainly: green. Hex color #85F098 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85F098 is #7A0F67. Grayscale: #C6C6C6. Windows color (decimal): -7999336 or 10023045. OLE color: 10023045.
HSL color Cylindrical-coordinate representation of color #85F098: hue angle of 130.65º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #85F098 is Cyan = 0.45, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 133 | 240 | 152 | - |
| CMYK | 0.45 | 0 | 0.37 | 0.06 |
| HSL | 130.65º | 0.78% | 0.73% | - |
| HSV(B) | 130.65º | 0.45% | 0.94% | - |
| XYZ | 46.5 | 69.57 | 40.68 | - |
| YUV | 197.98 | 102.05 | 81.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 240 | 152 | 0.45 | 0 | 0.37 | 0.06 | 130.65 | 0.78 | 0.73 |
| Hex | 85 | F0 | 98 | 2D | 0 | 25 | 6 | 83 | 4E | 49 |
| Octal | 205 | 360 | 230 | 55 | 0 | 45 | 6 | 203 | 116 | 111 |
| Binary | 10000101 | 11110000 | 10011000 | 101101 | 0 | 100101 | 110 | 10000011 | 1001110 | 1001001 |
Color Harmonies of #85F098
Complementary color
Monochromatic Colors of #85F098
Black with #85F098
Text Example
Text Example
White with #85F098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85F098; }
p { color: rgb(133,240,152); }
H1.HeaderClassName
{
color: #85F098;
}
.AnyTagClassName
{
color: #85F098;
}
</style>
background-color css
<style>
a { background-color: #85F098; }
a { background-color: rgb(133,240,152); }
div.DivClassName
{
background-color: #85F098;
}
.BgClassName
{
background-color: #85F098;
}
</style>
border-color css
<style>
span { border-color: #85F098; }
span { border-color: rgb(133,240,152); }
td.TdClassName
{
border-color: #85F098;
}
.TagClassName
{
border-color: #85F098;
}
</style>