Shades of Light Green #85F188
Tints of Light Green #85F188
RGB
CMYK
RGB Variations
Color information
#85F188 (or 0x85F188) is known color: Light Green. HEX triplet: 85, F1 and 88. RGB value is (133,241,136). Sum of RGB (Red+Green+Blue) = 133+241+136=510 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.08% from 510); Green value is 241 (94.53% from 255 or 47.25% from 510); Blue value is 136 (53.52% from 255 or 26.67% from 510); Max value from RGB is 241 - color contains mainly: green. Hex color #85F188 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85F188 is #7A0E77. Grayscale: #C5C5C5. Windows color (decimal): -7999096 or 8974725. OLE color: 8974725.
HSL color Cylindrical-coordinate representation of color #85F188: hue angle of 121.67º 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 #85F188 is Cyan = 0.45, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 133 | 241 | 136 | - |
| CMYK | 0.45 | 0 | 0.44 | 0.05 |
| HSL | 121.67º | 0.79% | 0.73% | - |
| HSV(B) | 121.67º | 0.45% | 0.95% | - |
| XYZ | 45.57 | 69.67 | 34.34 | - |
| YUV | 196.74 | 93.72 | 82.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 241 | 136 | 0.45 | 0 | 0.44 | 0.05 | 121.67 | 0.79 | 0.73 |
| Hex | 85 | F1 | 88 | 2D | 0 | 2C | 5 | 7A | 4F | 49 |
| Octal | 205 | 361 | 210 | 55 | 0 | 54 | 5 | 172 | 117 | 111 |
| Binary | 10000101 | 11110001 | 10001000 | 101101 | 0 | 101100 | 101 | 1111010 | 1001111 | 1001001 |
Color Harmonies of #85F188
Complementary color
Monochromatic Colors of #85F188
Black with #85F188
Text Example
Text Example
White with #85F188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85F188; }
p { color: rgb(133,241,136); }
H1.HeaderClassName
{
color: #85F188;
}
.AnyTagClassName
{
color: #85F188;
}
</style>
background-color css
<style>
a { background-color: #85F188; }
a { background-color: rgb(133,241,136); }
div.DivClassName
{
background-color: #85F188;
}
.BgClassName
{
background-color: #85F188;
}
</style>
border-color css
<style>
span { border-color: #85F188; }
span { border-color: rgb(133,241,136); }
td.TdClassName
{
border-color: #85F188;
}
.TagClassName
{
border-color: #85F188;
}
</style>