Shades of Light Green #85F883
Tints of Light Green #85F883
RGB
CMYK
RGB Variations
Color information
#85F883 (or 0x85F883) is known color: Light Green. HEX triplet: 85, F8 and 83. RGB value is (133,248,131). Sum of RGB (Red+Green+Blue) = 133+248+131=512 (67% of max value = 765). Red value is 133 (52.34% from 255 or 25.98% from 512); Green value is 248 (97.27% from 255 or 48.44% from 512); Blue value is 131 (51.56% from 255 or 25.59% from 512); Max value from RGB is 248 - color contains mainly: green. Hex color #85F883 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85F883 is #7A077C. Grayscale: #C8C8C8. Windows color (decimal): -7997309 or 8648837. OLE color: 8648837.
HSL color Cylindrical-coordinate representation of color #85F883: hue angle of 118.97º degrees, saturation: 0.89, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #85F883 is Cyan = 0.46, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 133 | 248 | 131 | - |
| CMYK | 0.46 | 0 | 0.47 | 0.03 |
| HSL | 118.97º | 0.89% | 0.74% | - |
| HSV(B) | 118.97º | 0.47% | 0.97% | - |
| XYZ | 47.34 | 73.76 | 33.21 | - |
| YUV | 200.28 | 88.9 | 80.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 248 | 131 | 0.46 | 0 | 0.47 | 0.03 | 118.97 | 0.89 | 0.74 |
| Hex | 85 | F8 | 83 | 2E | 0 | 2F | 3 | 77 | 59 | 4A |
| Octal | 205 | 370 | 203 | 56 | 0 | 57 | 3 | 167 | 131 | 112 |
| Binary | 10000101 | 11111000 | 10000011 | 101110 | 0 | 101111 | 11 | 1110111 | 1011001 | 1001010 |
Color Harmonies of #85F883
Complementary color
Monochromatic Colors of #85F883
Black with #85F883
Text Example
Text Example
White with #85F883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85F883; }
p { color: rgb(133,248,131); }
H1.HeaderClassName
{
color: #85F883;
}
.AnyTagClassName
{
color: #85F883;
}
</style>
background-color css
<style>
a { background-color: #85F883; }
a { background-color: rgb(133,248,131); }
div.DivClassName
{
background-color: #85F883;
}
.BgClassName
{
background-color: #85F883;
}
</style>
border-color css
<style>
span { border-color: #85F883; }
span { border-color: rgb(133,248,131); }
td.TdClassName
{
border-color: #85F883;
}
.TagClassName
{
border-color: #85F883;
}
</style>