Shades of Light Green #85EC93
Tints of Light Green #85EC93
RGB
CMYK
RGB Variations
Color information
#85EC93 (or 0x85EC93) is known color: Light Green. HEX triplet: 85, EC and 93. RGB value is (133,236,147). Sum of RGB (Red+Green+Blue) = 133+236+147=516 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.78% from 516); Green value is 236 (92.58% from 255 or 45.74% from 516); Blue value is 147 (57.81% from 255 or 28.49% from 516); Max value from RGB is 236 - color contains mainly: green. Hex color #85EC93 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85EC93 is #7A136C. Grayscale: #C3C3C3. Windows color (decimal): -8000365 or 9694341. OLE color: 9694341.
HSL color Cylindrical-coordinate representation of color #85EC93: hue angle of 128.16º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #85EC93 is Cyan = 0.44, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 133 | 236 | 147 | - |
| CMYK | 0.44 | 0 | 0.38 | 0.07 |
| HSL | 128.16º | 0.73% | 0.72% | - |
| HSV(B) | 128.16º | 0.44% | 0.93% | - |
| XYZ | 44.93 | 67.08 | 38.18 | - |
| YUV | 195.06 | 100.88 | 83.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 236 | 147 | 0.44 | 0 | 0.38 | 0.07 | 128.16 | 0.73 | 0.72 |
| Hex | 85 | EC | 93 | 2C | 0 | 26 | 7 | 80 | 49 | 48 |
| Octal | 205 | 354 | 223 | 54 | 0 | 46 | 7 | 200 | 111 | 110 |
| Binary | 10000101 | 11101100 | 10010011 | 101100 | 0 | 100110 | 111 | 10000000 | 1001001 | 1001000 |
Color Harmonies of #85EC93
Complementary color
Monochromatic Colors of #85EC93
Black with #85EC93
Text Example
Text Example
White with #85EC93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85EC93; }
p { color: rgb(133,236,147); }
H1.HeaderClassName
{
color: #85EC93;
}
.AnyTagClassName
{
color: #85EC93;
}
</style>
background-color css
<style>
a { background-color: #85EC93; }
a { background-color: rgb(133,236,147); }
div.DivClassName
{
background-color: #85EC93;
}
.BgClassName
{
background-color: #85EC93;
}
</style>
border-color css
<style>
span { border-color: #85EC93; }
span { border-color: rgb(133,236,147); }
td.TdClassName
{
border-color: #85EC93;
}
.TagClassName
{
border-color: #85EC93;
}
</style>