Shades of Light Green #85F081
Tints of Light Green #85F081
RGB
CMYK
RGB Variations
Color information
#85F081 (or 0x85F081) is known color: Light Green. HEX triplet: 85, F0 and 81. RGB value is (133,240,129). Sum of RGB (Red+Green+Blue) = 133+240+129=502 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.49% from 502); Green value is 240 (94.14% from 255 or 47.81% from 502); Blue value is 129 (50.78% from 255 or 25.70% from 502); Max value from RGB is 240 - color contains mainly: green. Hex color #85F081 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85F081 is #7A0F7E. Grayscale: #C3C3C3. Windows color (decimal): -7999359 or 8515717. OLE color: 8515717.
HSL color Cylindrical-coordinate representation of color #85F081: hue angle of 117.84º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #85F081 is Cyan = 0.45, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 133 | 240 | 129 | - |
| CMYK | 0.45 | 0 | 0.46 | 0.06 |
| HSL | 117.84º | 0.79% | 0.72% | - |
| HSV(B) | 117.84º | 0.46% | 0.94% | - |
| XYZ | 44.8 | 68.89 | 31.71 | - |
| YUV | 195.35 | 90.55 | 83.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 240 | 129 | 0.45 | 0 | 0.46 | 0.06 | 117.84 | 0.79 | 0.72 |
| Hex | 85 | F0 | 81 | 2D | 0 | 2E | 6 | 76 | 4F | 48 |
| Octal | 205 | 360 | 201 | 55 | 0 | 56 | 6 | 166 | 117 | 110 |
| Binary | 10000101 | 11110000 | 10000001 | 101101 | 0 | 101110 | 110 | 1110110 | 1001111 | 1001000 |
Color Harmonies of #85F081
Complementary color
Monochromatic Colors of #85F081
Black with #85F081
Text Example
Text Example
White with #85F081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85F081; }
p { color: rgb(133,240,129); }
H1.HeaderClassName
{
color: #85F081;
}
.AnyTagClassName
{
color: #85F081;
}
</style>
background-color css
<style>
a { background-color: #85F081; }
a { background-color: rgb(133,240,129); }
div.DivClassName
{
background-color: #85F081;
}
.BgClassName
{
background-color: #85F081;
}
</style>
border-color css
<style>
span { border-color: #85F081; }
span { border-color: rgb(133,240,129); }
td.TdClassName
{
border-color: #85F081;
}
.TagClassName
{
border-color: #85F081;
}
</style>