Shades of Light Green #85FA78
Tints of Light Green #85FA78
RGB
CMYK
RGB Variations
Color information
#85FA78 (or 0x85FA78) is known color: Light Green. HEX triplet: 85, FA and 78. RGB value is (133,250,120). Sum of RGB (Red+Green+Blue) = 133+250+120=503 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.44% from 503); Green value is 250 (98.05% from 255 or 49.70% from 503); Blue value is 120 (47.27% from 255 or 23.86% from 503); Max value from RGB is 250 - color contains mainly: green. Hex color #85FA78 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85FA78 is #7A0587. Grayscale: #C8C8C8. Windows color (decimal): -7996808 or 7928453. OLE color: 7928453.
HSL color Cylindrical-coordinate representation of color #85FA78: hue angle of 114º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #85FA78 is Cyan = 0.47, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 133 | 250 | 120 | - |
| CMYK | 0.47 | 0 | 0.52 | 0.02 |
| HSL | 114º | 0.93% | 0.73% | - |
| HSV(B) | 114º | 0.52% | 0.98% | - |
| XYZ | 47.25 | 74.71 | 29.7 | - |
| YUV | 200.2 | 82.74 | 80.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 250 | 120 | 0.47 | 0 | 0.52 | 0.02 | 114 | 0.93 | 0.73 |
| Hex | 85 | FA | 78 | 2F | 0 | 34 | 2 | 72 | 5D | 49 |
| Octal | 205 | 372 | 170 | 57 | 0 | 64 | 2 | 162 | 135 | 111 |
| Binary | 10000101 | 11111010 | 1111000 | 101111 | 0 | 110100 | 10 | 1110010 | 1011101 | 1001001 |
Color Harmonies of #85FA78
Complementary color
Monochromatic Colors of #85FA78
Black with #85FA78
Text Example
Text Example
White with #85FA78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85FA78; }
p { color: rgb(133,250,120); }
H1.HeaderClassName
{
color: #85FA78;
}
.AnyTagClassName
{
color: #85FA78;
}
</style>
background-color css
<style>
a { background-color: #85FA78; }
a { background-color: rgb(133,250,120); }
div.DivClassName
{
background-color: #85FA78;
}
.BgClassName
{
background-color: #85FA78;
}
</style>
border-color css
<style>
span { border-color: #85FA78; }
span { border-color: rgb(133,250,120); }
td.TdClassName
{
border-color: #85FA78;
}
.TagClassName
{
border-color: #85FA78;
}
</style>