Shades of Light Green #85E69C
Tints of Light Green #85E69C
RGB
CMYK
RGB Variations
Color information
#85E69C (or 0x85E69C) is known color: Light Green. HEX triplet: 85, E6 and 9C. RGB value is (133,230,156). Sum of RGB (Red+Green+Blue) = 133+230+156=519 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.63% from 519); Green value is 230 (90.23% from 255 or 44.32% from 519); Blue value is 156 (61.33% from 255 or 30.06% from 519); Max value from RGB is 230 - color contains mainly: green. Hex color #85E69C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85E69C is #7A1963. Grayscale: #C0C0C0. Windows color (decimal): -8001892 or 10282629. OLE color: 10282629.
HSL color Cylindrical-coordinate representation of color #85E69C: hue angle of 134.23º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #85E69C is Cyan = 0.42, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 133 | 230 | 156 | - |
| CMYK | 0.42 | 0 | 0.32 | 0.10 |
| HSL | 134.23º | 0.66% | 0.71% | - |
| HSV(B) | 134.23º | 0.42% | 0.9% | - |
| XYZ | 43.97 | 63.98 | 41.48 | - |
| YUV | 192.56 | 107.36 | 85.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 230 | 156 | 0.42 | 0 | 0.32 | 0.10 | 134.23 | 0.66 | 0.71 |
| Hex | 85 | E6 | 9C | 2A | 0 | 20 | A | 86 | 42 | 47 |
| Octal | 205 | 346 | 234 | 52 | 0 | 40 | 12 | 206 | 102 | 107 |
| Binary | 10000101 | 11100110 | 10011100 | 101010 | 0 | 100000 | 1010 | 10000110 | 1000010 | 1000111 |
Color Harmonies of #85E69C
Complementary color
Monochromatic Colors of #85E69C
Black with #85E69C
Text Example
Text Example
White with #85E69C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85E69C; }
p { color: rgb(133,230,156); }
H1.HeaderClassName
{
color: #85E69C;
}
.AnyTagClassName
{
color: #85E69C;
}
</style>
background-color css
<style>
a { background-color: #85E69C; }
a { background-color: rgb(133,230,156); }
div.DivClassName
{
background-color: #85E69C;
}
.BgClassName
{
background-color: #85E69C;
}
</style>
border-color css
<style>
span { border-color: #85E69C; }
span { border-color: rgb(133,230,156); }
td.TdClassName
{
border-color: #85E69C;
}
.TagClassName
{
border-color: #85E69C;
}
</style>