Shades of Light Green #85F18D
Tints of Light Green #85F18D
RGB
CMYK
RGB Variations
Color information
#85F18D (or 0x85F18D) is known color: Light Green. HEX triplet: 85, F1 and 8D. RGB value is (133,241,141). Sum of RGB (Red+Green+Blue) = 133+241+141=515 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.83% from 515); Green value is 241 (94.53% from 255 or 46.80% from 515); Blue value is 141 (55.47% from 255 or 27.38% from 515); Max value from RGB is 241 - color contains mainly: green. Hex color #85F18D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85F18D is #7A0E72. Grayscale: #C5C5C5. Windows color (decimal): -7999091 or 9302405. OLE color: 9302405.
HSL color Cylindrical-coordinate representation of color #85F18D: hue angle of 124.44º 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 #85F18D is Cyan = 0.45, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 133 | 241 | 141 | - |
| CMYK | 0.45 | 0 | 0.41 | 0.05 |
| HSL | 124.44º | 0.79% | 0.73% | - |
| HSV(B) | 124.44º | 0.45% | 0.95% | - |
| XYZ | 45.94 | 69.82 | 36.25 | - |
| YUV | 197.31 | 96.22 | 82.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 241 | 141 | 0.45 | 0 | 0.41 | 0.05 | 124.44 | 0.79 | 0.73 |
| Hex | 85 | F1 | 8D | 2D | 0 | 29 | 5 | 7C | 4F | 49 |
| Octal | 205 | 361 | 215 | 55 | 0 | 51 | 5 | 174 | 117 | 111 |
| Binary | 10000101 | 11110001 | 10001101 | 101101 | 0 | 101001 | 101 | 1111100 | 1001111 | 1001001 |
Color Harmonies of #85F18D
Complementary color
Monochromatic Colors of #85F18D
Black with #85F18D
Text Example
Text Example
White with #85F18D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85F18D; }
p { color: rgb(133,241,141); }
H1.HeaderClassName
{
color: #85F18D;
}
.AnyTagClassName
{
color: #85F18D;
}
</style>
background-color css
<style>
a { background-color: #85F18D; }
a { background-color: rgb(133,241,141); }
div.DivClassName
{
background-color: #85F18D;
}
.BgClassName
{
background-color: #85F18D;
}
</style>
border-color css
<style>
span { border-color: #85F18D; }
span { border-color: rgb(133,241,141); }
td.TdClassName
{
border-color: #85F18D;
}
.TagClassName
{
border-color: #85F18D;
}
</style>