Shades of Light Green #85FF8B
Tints of Light Green #85FF8B
RGB
CMYK
RGB Variations
Color information
#85FF8B (or 0x85FF8B) is known color: Light Green. HEX triplet: 85, FF and 8B. RGB value is (133,255,139). Sum of RGB (Red+Green+Blue) = 133+255+139=527 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.24% from 527); Green value is 255 (100% from 255 or 48.39% from 527); Blue value is 139 (54.69% from 255 or 26.38% from 527); Max value from RGB is 255 - color contains mainly: green. Hex color #85FF8B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85FF8B is #7A0074. Grayscale: #CDCDCD. Windows color (decimal): -7995509 or 9174917. OLE color: 9174917.
HSL color Cylindrical-coordinate representation of color #85FF8B: hue angle of 122.95º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #85FF8B is Cyan = 0.48, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 133 | 255 | 139 | - |
| CMYK | 0.48 | 0 | 0.45 | 0 |
| HSL | 122.95º | 1% | 0.76% | - |
| HSV(B) | 122.95º | 0.48% | 1% | - |
| XYZ | 50.09 | 78.37 | 36.91 | - |
| YUV | 205.3 | 90.58 | 76.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 255 | 139 | 0.48 | 0 | 0.45 | 0 | 122.95 | 1 | 0.76 |
| Hex | 85 | FF | 8B | 30 | 0 | 2D | 0 | 7B | 64 | 4C |
| Octal | 205 | 377 | 213 | 60 | 0 | 55 | 0 | 173 | 144 | 114 |
| Binary | 10000101 | 11111111 | 10001011 | 110000 | 0 | 101101 | 0 | 1111011 | 1100100 | 1001100 |
Color Harmonies of #85FF8B
Complementary color
Monochromatic Colors of #85FF8B
Black with #85FF8B
Text Example
Text Example
White with #85FF8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85FF8B; }
p { color: rgb(133,255,139); }
H1.HeaderClassName
{
color: #85FF8B;
}
.AnyTagClassName
{
color: #85FF8B;
}
</style>
background-color css
<style>
a { background-color: #85FF8B; }
a { background-color: rgb(133,255,139); }
div.DivClassName
{
background-color: #85FF8B;
}
.BgClassName
{
background-color: #85FF8B;
}
</style>
border-color css
<style>
span { border-color: #85FF8B; }
span { border-color: rgb(133,255,139); }
td.TdClassName
{
border-color: #85FF8B;
}
.TagClassName
{
border-color: #85FF8B;
}
</style>