Shades of Light Green #85F197
Tints of Light Green #85F197
RGB
CMYK
RGB Variations
Color information
#85F197 (or 0x85F197) is known color: Light Green. HEX triplet: 85, F1 and 97. RGB value is (133,241,151). Sum of RGB (Red+Green+Blue) = 133+241+151=525 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.33% from 525); Green value is 241 (94.53% from 255 or 45.90% from 525); Blue value is 151 (59.38% from 255 or 28.76% from 525); Max value from RGB is 241 - color contains mainly: green. Hex color #85F197 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85F197 is #7A0E68. Grayscale: #C6C6C6. Windows color (decimal): -7999081 or 9957765. OLE color: 9957765.
HSL color Cylindrical-coordinate representation of color #85F197: hue angle of 130º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #85F197 is Cyan = 0.45, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 133 | 241 | 151 | - |
| CMYK | 0.45 | 0 | 0.37 | 0.05 |
| HSL | 130º | 0.79% | 0.73% | - |
| HSV(B) | 130º | 0.45% | 0.95% | - |
| XYZ | 46.71 | 70.13 | 40.35 | - |
| YUV | 198.45 | 101.22 | 81.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 241 | 151 | 0.45 | 0 | 0.37 | 0.05 | 130 | 0.79 | 0.73 |
| Hex | 85 | F1 | 97 | 2D | 0 | 25 | 5 | 82 | 4F | 49 |
| Octal | 205 | 361 | 227 | 55 | 0 | 45 | 5 | 202 | 117 | 111 |
| Binary | 10000101 | 11110001 | 10010111 | 101101 | 0 | 100101 | 101 | 10000010 | 1001111 | 1001001 |
Color Harmonies of #85F197
Complementary color
Monochromatic Colors of #85F197
Black with #85F197
Text Example
Text Example
White with #85F197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85F197; }
p { color: rgb(133,241,151); }
H1.HeaderClassName
{
color: #85F197;
}
.AnyTagClassName
{
color: #85F197;
}
</style>
background-color css
<style>
a { background-color: #85F197; }
a { background-color: rgb(133,241,151); }
div.DivClassName
{
background-color: #85F197;
}
.BgClassName
{
background-color: #85F197;
}
</style>
border-color css
<style>
span { border-color: #85F197; }
span { border-color: rgb(133,241,151); }
td.TdClassName
{
border-color: #85F197;
}
.TagClassName
{
border-color: #85F197;
}
</style>