Shades of Light Green #85EF8A
Tints of Light Green #85EF8A
RGB
CMYK
RGB Variations
Color information
#85EF8A (or 0x85EF8A) is known color: Light Green. HEX triplet: 85, EF and 8A. RGB value is (133,239,138). Sum of RGB (Red+Green+Blue) = 133+239+138=510 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.08% from 510); Green value is 239 (93.75% from 255 or 46.86% from 510); Blue value is 138 (54.30% from 255 or 27.06% from 510); Max value from RGB is 239 - color contains mainly: green. Hex color #85EF8A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85EF8A is #7A1075. Grayscale: #C4C4C4. Windows color (decimal): -7999606 or 9105285. OLE color: 9105285.
HSL color Cylindrical-coordinate representation of color #85EF8A: hue angle of 122.83º 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 #85EF8A is Cyan = 0.44, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 133 | 239 | 138 | - |
| CMYK | 0.44 | 0 | 0.42 | 0.06 |
| HSL | 122.83º | 0.77% | 0.73% | - |
| HSV(B) | 122.83º | 0.44% | 0.94% | - |
| XYZ | 45.13 | 68.55 | 34.9 | - |
| YUV | 195.79 | 95.38 | 83.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 239 | 138 | 0.44 | 0 | 0.42 | 0.06 | 122.83 | 0.77 | 0.73 |
| Hex | 85 | EF | 8A | 2C | 0 | 2A | 6 | 7B | 4D | 49 |
| Octal | 205 | 357 | 212 | 54 | 0 | 52 | 6 | 173 | 115 | 111 |
| Binary | 10000101 | 11101111 | 10001010 | 101100 | 0 | 101010 | 110 | 1111011 | 1001101 | 1001001 |
Color Harmonies of #85EF8A
Complementary color
Monochromatic Colors of #85EF8A
Black with #85EF8A
Text Example
Text Example
White with #85EF8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85EF8A; }
p { color: rgb(133,239,138); }
H1.HeaderClassName
{
color: #85EF8A;
}
.AnyTagClassName
{
color: #85EF8A;
}
</style>
background-color css
<style>
a { background-color: #85EF8A; }
a { background-color: rgb(133,239,138); }
div.DivClassName
{
background-color: #85EF8A;
}
.BgClassName
{
background-color: #85EF8A;
}
</style>
border-color css
<style>
span { border-color: #85EF8A; }
span { border-color: rgb(133,239,138); }
td.TdClassName
{
border-color: #85EF8A;
}
.TagClassName
{
border-color: #85EF8A;
}
</style>