Shades of Light Green #85F18B
Tints of Light Green #85F18B
RGB
CMYK
RGB Variations
Color information
#85F18B (or 0x85F18B) is known color: Light Green. HEX triplet: 85, F1 and 8B. RGB value is (133,241,139). Sum of RGB (Red+Green+Blue) = 133+241+139=513 (67% of max value = 765). Red value is 133 (52.34% from 255 or 25.93% from 513); Green value is 241 (94.53% from 255 or 46.98% from 513); Blue value is 139 (54.69% from 255 or 27.10% from 513); Max value from RGB is 241 - color contains mainly: green. Hex color #85F18B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85F18B is #7A0E74. Grayscale: #C5C5C5. Windows color (decimal): -7999093 or 9171333. OLE color: 9171333.
HSL color Cylindrical-coordinate representation of color #85F18B: hue angle of 123.33º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #85F18B is Cyan = 0.45, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 133 | 241 | 139 | - |
| CMYK | 0.45 | 0 | 0.42 | 0.05 |
| HSL | 123.33º | 0.79% | 0.73% | - |
| HSV(B) | 123.33º | 0.45% | 0.95% | - |
| XYZ | 45.79 | 69.76 | 35.48 | - |
| YUV | 197.08 | 95.22 | 82.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 241 | 139 | 0.45 | 0 | 0.42 | 0.05 | 123.33 | 0.79 | 0.73 |
| Hex | 85 | F1 | 8B | 2D | 0 | 2A | 5 | 7B | 4F | 49 |
| Octal | 205 | 361 | 213 | 55 | 0 | 52 | 5 | 173 | 117 | 111 |
| Binary | 10000101 | 11110001 | 10001011 | 101101 | 0 | 101010 | 101 | 1111011 | 1001111 | 1001001 |
Color Harmonies of #85F18B
Complementary color
Monochromatic Colors of #85F18B
Black with #85F18B
Text Example
Text Example
White with #85F18B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85F18B; }
p { color: rgb(133,241,139); }
H1.HeaderClassName
{
color: #85F18B;
}
.AnyTagClassName
{
color: #85F18B;
}
</style>
background-color css
<style>
a { background-color: #85F18B; }
a { background-color: rgb(133,241,139); }
div.DivClassName
{
background-color: #85F18B;
}
.BgClassName
{
background-color: #85F18B;
}
</style>
border-color css
<style>
span { border-color: #85F18B; }
span { border-color: rgb(133,241,139); }
td.TdClassName
{
border-color: #85F18B;
}
.TagClassName
{
border-color: #85F18B;
}
</style>