Shades of Light Green #85F482
Tints of Light Green #85F482
RGB
CMYK
RGB Variations
Color information
#85F482 (or 0x85F482) is known color: Light Green. HEX triplet: 85, F4 and 82. RGB value is (133,244,130). Sum of RGB (Red+Green+Blue) = 133+244+130=507 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.23% from 507); Green value is 244 (95.70% from 255 or 48.13% from 507); Blue value is 130 (51.17% from 255 or 25.64% from 507); Max value from RGB is 244 - color contains mainly: green. Hex color #85F482 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85F482 is #7A0B7D. Grayscale: #C6C6C6. Windows color (decimal): -7998334 or 8582277. OLE color: 8582277.
HSL color Cylindrical-coordinate representation of color #85F482: hue angle of 118.42º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #85F482 is Cyan = 0.45, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 133 | 244 | 130 | - |
| CMYK | 0.45 | 0 | 0.47 | 0.04 |
| HSL | 118.42º | 0.84% | 0.73% | - |
| HSV(B) | 118.42º | 0.47% | 0.96% | - |
| XYZ | 46.05 | 71.3 | 32.45 | - |
| YUV | 197.82 | 89.73 | 81.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 244 | 130 | 0.45 | 0 | 0.47 | 0.04 | 118.42 | 0.84 | 0.73 |
| Hex | 85 | F4 | 82 | 2D | 0 | 2F | 4 | 76 | 54 | 49 |
| Octal | 205 | 364 | 202 | 55 | 0 | 57 | 4 | 166 | 124 | 111 |
| Binary | 10000101 | 11110100 | 10000010 | 101101 | 0 | 101111 | 100 | 1110110 | 1010100 | 1001001 |
Color Harmonies of #85F482
Complementary color
Monochromatic Colors of #85F482
Black with #85F482
Text Example
Text Example
White with #85F482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85F482; }
p { color: rgb(133,244,130); }
H1.HeaderClassName
{
color: #85F482;
}
.AnyTagClassName
{
color: #85F482;
}
</style>
background-color css
<style>
a { background-color: #85F482; }
a { background-color: rgb(133,244,130); }
div.DivClassName
{
background-color: #85F482;
}
.BgClassName
{
background-color: #85F482;
}
</style>
border-color css
<style>
span { border-color: #85F482; }
span { border-color: rgb(133,244,130); }
td.TdClassName
{
border-color: #85F482;
}
.TagClassName
{
border-color: #85F482;
}
</style>