Shades of Light Green #85F37C
Tints of Light Green #85F37C
RGB
CMYK
RGB Variations
Color information
#85F37C (or 0x85F37C) is known color: Light Green. HEX triplet: 85, F3 and 7C. RGB value is (133,243,124). Sum of RGB (Red+Green+Blue) = 133+243+124=500 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.6% from 500); Green value is 243 (95.31% from 255 or 48.6% from 500); Blue value is 124 (48.83% from 255 or 24.8% from 500); Max value from RGB is 243 - color contains mainly: green. Hex color #85F37C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85F37C is #7A0C83. Grayscale: #C4C4C4. Windows color (decimal): -7998596 or 8188805. OLE color: 8188805.
HSL color Cylindrical-coordinate representation of color #85F37C: hue angle of 115.46º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #85F37C is Cyan = 0.45, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 133 | 243 | 124 | - |
| CMYK | 0.45 | 0 | 0.49 | 0.05 |
| HSL | 115.46º | 0.83% | 0.72% | - |
| HSV(B) | 115.46º | 0.49% | 0.95% | - |
| XYZ | 45.36 | 70.54 | 30.29 | - |
| YUV | 196.54 | 87.06 | 82.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 243 | 124 | 0.45 | 0 | 0.49 | 0.05 | 115.46 | 0.83 | 0.72 |
| Hex | 85 | F3 | 7C | 2D | 0 | 31 | 5 | 73 | 53 | 48 |
| Octal | 205 | 363 | 174 | 55 | 0 | 61 | 5 | 163 | 123 | 110 |
| Binary | 10000101 | 11110011 | 1111100 | 101101 | 0 | 110001 | 101 | 1110011 | 1010011 | 1001000 |
Color Harmonies of #85F37C
Complementary color
Monochromatic Colors of #85F37C
Black with #85F37C
Text Example
Text Example
White with #85F37C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85F37C; }
p { color: rgb(133,243,124); }
H1.HeaderClassName
{
color: #85F37C;
}
.AnyTagClassName
{
color: #85F37C;
}
</style>
background-color css
<style>
a { background-color: #85F37C; }
a { background-color: rgb(133,243,124); }
div.DivClassName
{
background-color: #85F37C;
}
.BgClassName
{
background-color: #85F37C;
}
</style>
border-color css
<style>
span { border-color: #85F37C; }
span { border-color: rgb(133,243,124); }
td.TdClassName
{
border-color: #85F37C;
}
.TagClassName
{
border-color: #85F37C;
}
</style>