Shades of Light Green #85FA7B
Tints of Light Green #85FA7B
RGB
CMYK
RGB Variations
Color information
#85FA7B (or 0x85FA7B) is known color: Light Green. HEX triplet: 85, FA and 7B. RGB value is (133,250,123). Sum of RGB (Red+Green+Blue) = 133+250+123=506 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.28% from 506); Green value is 250 (98.05% from 255 or 49.41% from 506); Blue value is 123 (48.44% from 255 or 24.31% from 506); Max value from RGB is 250 - color contains mainly: green. Hex color #85FA7B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85FA7B is #7A0584. Grayscale: #C8C8C8. Windows color (decimal): -7996805 or 8125061. OLE color: 8125061.
HSL color Cylindrical-coordinate representation of color #85FA7B: hue angle of 115.28º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #85FA7B is Cyan = 0.47, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 133 | 250 | 123 | - |
| CMYK | 0.47 | 0 | 0.51 | 0.02 |
| HSL | 115.28º | 0.93% | 0.73% | - |
| HSV(B) | 115.28º | 0.51% | 0.98% | - |
| XYZ | 47.43 | 74.79 | 30.67 | - |
| YUV | 200.54 | 84.24 | 79.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 250 | 123 | 0.47 | 0 | 0.51 | 0.02 | 115.28 | 0.93 | 0.73 |
| Hex | 85 | FA | 7B | 2F | 0 | 33 | 2 | 73 | 5D | 49 |
| Octal | 205 | 372 | 173 | 57 | 0 | 63 | 2 | 163 | 135 | 111 |
| Binary | 10000101 | 11111010 | 1111011 | 101111 | 0 | 110011 | 10 | 1110011 | 1011101 | 1001001 |
Color Harmonies of #85FA7B
Complementary color
Monochromatic Colors of #85FA7B
Black with #85FA7B
Text Example
Text Example
White with #85FA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85FA7B; }
p { color: rgb(133,250,123); }
H1.HeaderClassName
{
color: #85FA7B;
}
.AnyTagClassName
{
color: #85FA7B;
}
</style>
background-color css
<style>
a { background-color: #85FA7B; }
a { background-color: rgb(133,250,123); }
div.DivClassName
{
background-color: #85FA7B;
}
.BgClassName
{
background-color: #85FA7B;
}
</style>
border-color css
<style>
span { border-color: #85FA7B; }
span { border-color: rgb(133,250,123); }
td.TdClassName
{
border-color: #85FA7B;
}
.TagClassName
{
border-color: #85FA7B;
}
</style>