Shades of Light Green #85F39C
Tints of Light Green #85F39C
RGB
CMYK
RGB Variations
Color information
#85F39C (or 0x85F39C) is known color: Light Green. HEX triplet: 85, F3 and 9C. RGB value is (133,243,156). Sum of RGB (Red+Green+Blue) = 133+243+156=532 (70% of max value = 765). Red value is 133 (52.34% from 255 or 25% from 532); Green value is 243 (95.31% from 255 or 45.68% from 532); Blue value is 156 (61.33% from 255 or 29.32% from 532); Max value from RGB is 243 - color contains mainly: green. Hex color #85F39C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85F39C is #7A0C63. Grayscale: #C8C8C8. Windows color (decimal): -7998564 or 10285957. OLE color: 10285957.
HSL color Cylindrical-coordinate representation of color #85F39C: hue angle of 132.55º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #85F39C is Cyan = 0.45, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 133 | 243 | 156 | - |
| CMYK | 0.45 | 0 | 0.36 | 0.05 |
| HSL | 132.55º | 0.82% | 0.74% | - |
| HSV(B) | 132.55º | 0.45% | 0.95% | - |
| XYZ | 47.72 | 71.49 | 42.74 | - |
| YUV | 200.19 | 103.06 | 80.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 243 | 156 | 0.45 | 0 | 0.36 | 0.05 | 132.55 | 0.82 | 0.74 |
| Hex | 85 | F3 | 9C | 2D | 0 | 24 | 5 | 85 | 52 | 4A |
| Octal | 205 | 363 | 234 | 55 | 0 | 44 | 5 | 205 | 122 | 112 |
| Binary | 10000101 | 11110011 | 10011100 | 101101 | 0 | 100100 | 101 | 10000101 | 1010010 | 1001010 |
Color Harmonies of #85F39C
Complementary color
Monochromatic Colors of #85F39C
Black with #85F39C
Text Example
Text Example
White with #85F39C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85F39C; }
p { color: rgb(133,243,156); }
H1.HeaderClassName
{
color: #85F39C;
}
.AnyTagClassName
{
color: #85F39C;
}
</style>
background-color css
<style>
a { background-color: #85F39C; }
a { background-color: rgb(133,243,156); }
div.DivClassName
{
background-color: #85F39C;
}
.BgClassName
{
background-color: #85F39C;
}
</style>
border-color css
<style>
span { border-color: #85F39C; }
span { border-color: rgb(133,243,156); }
td.TdClassName
{
border-color: #85F39C;
}
.TagClassName
{
border-color: #85F39C;
}
</style>