Shades of Light Green #85F593
Tints of Light Green #85F593
RGB
CMYK
RGB Variations
Color information
#85F593 (or 0x85F593) is known color: Light Green. HEX triplet: 85, F5 and 93. RGB value is (133,245,147). Sum of RGB (Red+Green+Blue) = 133+245+147=525 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.33% from 525); Green value is 245 (96.09% from 255 or 46.67% from 525); Blue value is 147 (57.81% from 255 or 28% from 525); Max value from RGB is 245 - color contains mainly: green. Hex color #85F593 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85F593 is #7A0A6C. Grayscale: #C8C8C8. Windows color (decimal): -7998061 or 9696645. OLE color: 9696645.
HSL color Cylindrical-coordinate representation of color #85F593: hue angle of 127.5º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #85F593 is Cyan = 0.46, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 133 | 245 | 147 | - |
| CMYK | 0.46 | 0 | 0.4 | 0.04 |
| HSL | 127.5º | 0.85% | 0.74% | - |
| HSV(B) | 127.5º | 0.46% | 0.96% | - |
| XYZ | 47.59 | 72.4 | 39.07 | - |
| YUV | 200.34 | 97.89 | 79.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 245 | 147 | 0.46 | 0 | 0.4 | 0.04 | 127.5 | 0.85 | 0.74 |
| Hex | 85 | F5 | 93 | 2E | 0 | 28 | 4 | 80 | 55 | 4A |
| Octal | 205 | 365 | 223 | 56 | 0 | 50 | 4 | 200 | 125 | 112 |
| Binary | 10000101 | 11110101 | 10010011 | 101110 | 0 | 101000 | 100 | 10000000 | 1010101 | 1001010 |
Color Harmonies of #85F593
Complementary color
Monochromatic Colors of #85F593
Black with #85F593
Text Example
Text Example
White with #85F593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85F593; }
p { color: rgb(133,245,147); }
H1.HeaderClassName
{
color: #85F593;
}
.AnyTagClassName
{
color: #85F593;
}
</style>
background-color css
<style>
a { background-color: #85F593; }
a { background-color: rgb(133,245,147); }
div.DivClassName
{
background-color: #85F593;
}
.BgClassName
{
background-color: #85F593;
}
</style>
border-color css
<style>
span { border-color: #85F593; }
span { border-color: rgb(133,245,147); }
td.TdClassName
{
border-color: #85F593;
}
.TagClassName
{
border-color: #85F593;
}
</style>