Shades of Light Green #85FF7A
Tints of Light Green #85FF7A
RGB
CMYK
RGB Variations
Color information
#85FF7A (or 0x85FF7A) is known color: Light Green. HEX triplet: 85, FF and 7A. RGB value is (133,255,122). Sum of RGB (Red+Green+Blue) = 133+255+122=510 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.08% from 510); Green value is 255 (100% from 255 or 50% from 510); Blue value is 122 (48.05% from 255 or 23.92% from 510); Max value from RGB is 255 - color contains mainly: green. Hex color #85FF7A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85FF7A is #7A0085. Grayscale: #CBCBCB. Windows color (decimal): -7995526 or 8060805. OLE color: 8060805.
HSL color Cylindrical-coordinate representation of color #85FF7A: hue angle of 115.04º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #85FF7A is Cyan = 0.48, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 133 | 255 | 122 | - |
| CMYK | 0.48 | 0 | 0.52 | 0 |
| HSL | 115.04º | 1% | 0.74% | - |
| HSV(B) | 115.04º | 0.52% | 1% | - |
| XYZ | 48.95 | 77.91 | 30.87 | - |
| YUV | 203.36 | 82.08 | 77.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 255 | 122 | 0.48 | 0 | 0.52 | 0 | 115.04 | 1 | 0.74 |
| Hex | 85 | FF | 7A | 30 | 0 | 34 | 0 | 73 | 64 | 4A |
| Octal | 205 | 377 | 172 | 60 | 0 | 64 | 0 | 163 | 144 | 112 |
| Binary | 10000101 | 11111111 | 1111010 | 110000 | 0 | 110100 | 0 | 1110011 | 1100100 | 1001010 |
Color Harmonies of #85FF7A
Complementary color
Monochromatic Colors of #85FF7A
Black with #85FF7A
Text Example
Text Example
White with #85FF7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85FF7A; }
p { color: rgb(133,255,122); }
H1.HeaderClassName
{
color: #85FF7A;
}
.AnyTagClassName
{
color: #85FF7A;
}
</style>
background-color css
<style>
a { background-color: #85FF7A; }
a { background-color: rgb(133,255,122); }
div.DivClassName
{
background-color: #85FF7A;
}
.BgClassName
{
background-color: #85FF7A;
}
</style>
border-color css
<style>
span { border-color: #85FF7A; }
span { border-color: rgb(133,255,122); }
td.TdClassName
{
border-color: #85FF7A;
}
.TagClassName
{
border-color: #85FF7A;
}
</style>