Shades of Light Green #85F295
Tints of Light Green #85F295
RGB
CMYK
RGB Variations
Color information
#85F295 (or 0x85F295) is known color: Light Green. HEX triplet: 85, F2 and 95. RGB value is (133,242,149). Sum of RGB (Red+Green+Blue) = 133+242+149=524 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.38% from 524); Green value is 242 (94.92% from 255 or 46.18% from 524); Blue value is 149 (58.59% from 255 or 28.44% from 524); Max value from RGB is 242 - color contains mainly: green. Hex color #85F295 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85F295 is #7A0D6A. Grayscale: #C7C7C7. Windows color (decimal): -7998827 or 9826949. OLE color: 9826949.
HSL color Cylindrical-coordinate representation of color #85F295: hue angle of 128.81º degrees, saturation: 0.81, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #85F295 is Cyan = 0.45, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 133 | 242 | 149 | - |
| CMYK | 0.45 | 0 | 0.38 | 0.05 |
| HSL | 128.81º | 0.81% | 0.74% | - |
| HSV(B) | 128.81º | 0.45% | 0.95% | - |
| XYZ | 46.85 | 70.66 | 39.6 | - |
| YUV | 198.81 | 99.89 | 81.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 242 | 149 | 0.45 | 0 | 0.38 | 0.05 | 128.81 | 0.81 | 0.74 |
| Hex | 85 | F2 | 95 | 2D | 0 | 26 | 5 | 81 | 51 | 4A |
| Octal | 205 | 362 | 225 | 55 | 0 | 46 | 5 | 201 | 121 | 112 |
| Binary | 10000101 | 11110010 | 10010101 | 101101 | 0 | 100110 | 101 | 10000001 | 1010001 | 1001010 |
Color Harmonies of #85F295
Complementary color
Monochromatic Colors of #85F295
Black with #85F295
Text Example
Text Example
White with #85F295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85F295; }
p { color: rgb(133,242,149); }
H1.HeaderClassName
{
color: #85F295;
}
.AnyTagClassName
{
color: #85F295;
}
</style>
background-color css
<style>
a { background-color: #85F295; }
a { background-color: rgb(133,242,149); }
div.DivClassName
{
background-color: #85F295;
}
.BgClassName
{
background-color: #85F295;
}
</style>
border-color css
<style>
span { border-color: #85F295; }
span { border-color: rgb(133,242,149); }
td.TdClassName
{
border-color: #85F295;
}
.TagClassName
{
border-color: #85F295;
}
</style>