Shades of Light Green #85F296
Tints of Light Green #85F296
RGB
CMYK
RGB Variations
Color information
#85F296 (or 0x85F296) is known color: Light Green. HEX triplet: 85, F2 and 96. RGB value is (133,242,150). Sum of RGB (Red+Green+Blue) = 133+242+150=525 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.33% from 525); Green value is 242 (94.92% from 255 or 46.10% from 525); Blue value is 150 (58.98% from 255 or 28.57% from 525); Max value from RGB is 242 - color contains mainly: green. Hex color #85F296 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85F296 is #7A0D69. Grayscale: #C7C7C7. Windows color (decimal): -7998826 or 9892485. OLE color: 9892485.
HSL color Cylindrical-coordinate representation of color #85F296: hue angle of 129.36º 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 #85F296 is Cyan = 0.45, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 133 | 242 | 150 | - |
| CMYK | 0.45 | 0 | 0.38 | 0.05 |
| HSL | 129.36º | 0.81% | 0.74% | - |
| HSV(B) | 129.36º | 0.45% | 0.95% | - |
| XYZ | 46.93 | 70.69 | 40.03 | - |
| YUV | 198.92 | 100.39 | 80.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 242 | 150 | 0.45 | 0 | 0.38 | 0.05 | 129.36 | 0.81 | 0.74 |
| Hex | 85 | F2 | 96 | 2D | 0 | 26 | 5 | 81 | 51 | 4A |
| Octal | 205 | 362 | 226 | 55 | 0 | 46 | 5 | 201 | 121 | 112 |
| Binary | 10000101 | 11110010 | 10010110 | 101101 | 0 | 100110 | 101 | 10000001 | 1010001 | 1001010 |
Color Harmonies of #85F296
Complementary color
Monochromatic Colors of #85F296
Black with #85F296
Text Example
Text Example
White with #85F296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85F296; }
p { color: rgb(133,242,150); }
H1.HeaderClassName
{
color: #85F296;
}
.AnyTagClassName
{
color: #85F296;
}
</style>
background-color css
<style>
a { background-color: #85F296; }
a { background-color: rgb(133,242,150); }
div.DivClassName
{
background-color: #85F296;
}
.BgClassName
{
background-color: #85F296;
}
</style>
border-color css
<style>
span { border-color: #85F296; }
span { border-color: rgb(133,242,150); }
td.TdClassName
{
border-color: #85F296;
}
.TagClassName
{
border-color: #85F296;
}
</style>