Shades of Light Green #85F299
Tints of Light Green #85F299
RGB
CMYK
RGB Variations
Color information
#85F299 (or 0x85F299) is known color: Light Green. HEX triplet: 85, F2 and 99. RGB value is (133,242,153). Sum of RGB (Red+Green+Blue) = 133+242+153=528 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.19% from 528); Green value is 242 (94.92% from 255 or 45.83% from 528); Blue value is 153 (60.16% from 255 or 28.98% from 528); Max value from RGB is 242 - color contains mainly: green. Hex color #85F299 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85F299 is #7A0D66. Grayscale: #C7C7C7. Windows color (decimal): -7998823 or 10089093. OLE color: 10089093.
HSL color Cylindrical-coordinate representation of color #85F299: hue angle of 131.01º 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 #85F299 is Cyan = 0.45, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 133 | 242 | 153 | - |
| CMYK | 0.45 | 0 | 0.37 | 0.05 |
| HSL | 131.01º | 0.81% | 0.74% | - |
| HSV(B) | 131.01º | 0.45% | 0.95% | - |
| XYZ | 47.17 | 70.79 | 41.31 | - |
| YUV | 199.26 | 101.89 | 80.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 242 | 153 | 0.45 | 0 | 0.37 | 0.05 | 131.01 | 0.81 | 0.74 |
| Hex | 85 | F2 | 99 | 2D | 0 | 25 | 5 | 83 | 51 | 4A |
| Octal | 205 | 362 | 231 | 55 | 0 | 45 | 5 | 203 | 121 | 112 |
| Binary | 10000101 | 11110010 | 10011001 | 101101 | 0 | 100101 | 101 | 10000011 | 1010001 | 1001010 |
Color Harmonies of #85F299
Complementary color
Monochromatic Colors of #85F299
Black with #85F299
Text Example
Text Example
White with #85F299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85F299; }
p { color: rgb(133,242,153); }
H1.HeaderClassName
{
color: #85F299;
}
.AnyTagClassName
{
color: #85F299;
}
</style>
background-color css
<style>
a { background-color: #85F299; }
a { background-color: rgb(133,242,153); }
div.DivClassName
{
background-color: #85F299;
}
.BgClassName
{
background-color: #85F299;
}
</style>
border-color css
<style>
span { border-color: #85F299; }
span { border-color: rgb(133,242,153); }
td.TdClassName
{
border-color: #85F299;
}
.TagClassName
{
border-color: #85F299;
}
</style>