Shades of Light Green #85EF9E
Tints of Light Green #85EF9E
RGB
CMYK
RGB Variations
Color information
#85EF9E (or 0x85EF9E) is known color: Light Green. HEX triplet: 85, EF and 9E. RGB value is (133,239,158). Sum of RGB (Red+Green+Blue) = 133+239+158=530 (70% of max value = 765). Red value is 133 (52.34% from 255 or 25.09% from 530); Green value is 239 (93.75% from 255 or 45.09% from 530); Blue value is 158 (62.11% from 255 or 29.81% from 530); Max value from RGB is 239 - color contains mainly: green. Hex color #85EF9E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85EF9E is #7A1061. Grayscale: #C6C6C6. Windows color (decimal): -7999586 or 10416005. OLE color: 10416005.
HSL color Cylindrical-coordinate representation of color #85EF9E: hue angle of 134.15º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #85EF9E is Cyan = 0.44, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 133 | 239 | 158 | - |
| CMYK | 0.44 | 0 | 0.34 | 0.06 |
| HSL | 134.15º | 0.77% | 0.73% | - |
| HSV(B) | 134.15º | 0.44% | 0.94% | - |
| XYZ | 46.71 | 69.19 | 43.24 | - |
| YUV | 198.07 | 105.38 | 81.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 239 | 158 | 0.44 | 0 | 0.34 | 0.06 | 134.15 | 0.77 | 0.73 |
| Hex | 85 | EF | 9E | 2C | 0 | 22 | 6 | 86 | 4D | 49 |
| Octal | 205 | 357 | 236 | 54 | 0 | 42 | 6 | 206 | 115 | 111 |
| Binary | 10000101 | 11101111 | 10011110 | 101100 | 0 | 100010 | 110 | 10000110 | 1001101 | 1001001 |
Color Harmonies of #85EF9E
Complementary color
Monochromatic Colors of #85EF9E
Black with #85EF9E
Text Example
Text Example
White with #85EF9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85EF9E; }
p { color: rgb(133,239,158); }
H1.HeaderClassName
{
color: #85EF9E;
}
.AnyTagClassName
{
color: #85EF9E;
}
</style>
background-color css
<style>
a { background-color: #85EF9E; }
a { background-color: rgb(133,239,158); }
div.DivClassName
{
background-color: #85EF9E;
}
.BgClassName
{
background-color: #85EF9E;
}
</style>
border-color css
<style>
span { border-color: #85EF9E; }
span { border-color: rgb(133,239,158); }
td.TdClassName
{
border-color: #85EF9E;
}
.TagClassName
{
border-color: #85EF9E;
}
</style>