Shades of Light Green #85FB7C
Tints of Light Green #85FB7C
RGB
CMYK
RGB Variations
Color information
#85FB7C (or 0x85FB7C) is known color: Light Green. HEX triplet: 85, FB and 7C. RGB value is (133,251,124). Sum of RGB (Red+Green+Blue) = 133+251+124=508 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.18% from 508); Green value is 251 (98.44% from 255 or 49.41% from 508); Blue value is 124 (48.83% from 255 or 24.41% from 508); Max value from RGB is 251 - color contains mainly: green. Hex color #85FB7C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85FB7C is #7A0483. Grayscale: #C9C9C9. Windows color (decimal): -7996548 or 8190853. OLE color: 8190853.
HSL color Cylindrical-coordinate representation of color #85FB7C: hue angle of 115.75º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #85FB7C is Cyan = 0.47, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 133 | 251 | 124 | - |
| CMYK | 0.47 | 0 | 0.51 | 0.02 |
| HSL | 115.75º | 0.94% | 0.74% | - |
| HSV(B) | 115.75º | 0.51% | 0.98% | - |
| XYZ | 47.81 | 75.44 | 31.11 | - |
| YUV | 201.24 | 84.41 | 79.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 251 | 124 | 0.47 | 0 | 0.51 | 0.02 | 115.75 | 0.94 | 0.74 |
| Hex | 85 | FB | 7C | 2F | 0 | 33 | 2 | 74 | 5E | 4A |
| Octal | 205 | 373 | 174 | 57 | 0 | 63 | 2 | 164 | 136 | 112 |
| Binary | 10000101 | 11111011 | 1111100 | 101111 | 0 | 110011 | 10 | 1110100 | 1011110 | 1001010 |
Color Harmonies of #85FB7C
Complementary color
Monochromatic Colors of #85FB7C
Black with #85FB7C
Text Example
Text Example
White with #85FB7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85FB7C; }
p { color: rgb(133,251,124); }
H1.HeaderClassName
{
color: #85FB7C;
}
.AnyTagClassName
{
color: #85FB7C;
}
</style>
background-color css
<style>
a { background-color: #85FB7C; }
a { background-color: rgb(133,251,124); }
div.DivClassName
{
background-color: #85FB7C;
}
.BgClassName
{
background-color: #85FB7C;
}
</style>
border-color css
<style>
span { border-color: #85FB7C; }
span { border-color: rgb(133,251,124); }
td.TdClassName
{
border-color: #85FB7C;
}
.TagClassName
{
border-color: #85FB7C;
}
</style>