Shades of Light Green #85EE7E
Tints of Light Green #85EE7E
RGB
CMYK
RGB Variations
Color information
#85EE7E (or 0x85EE7E) is known color: Light Green. HEX triplet: 85, EE and 7E. RGB value is (133,238,126). Sum of RGB (Red+Green+Blue) = 133+238+126=497 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.76% from 497); Green value is 238 (93.36% from 255 or 47.89% from 497); Blue value is 126 (49.61% from 255 or 25.35% from 497); Max value from RGB is 238 - color contains mainly: green. Hex color #85EE7E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85EE7E is #7A1181. Grayscale: #C2C2C2. Windows color (decimal): -7999874 or 8318597. OLE color: 8318597.
HSL color Cylindrical-coordinate representation of color #85EE7E: hue angle of 116.25º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #85EE7E is Cyan = 0.44, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 133 | 238 | 126 | - |
| CMYK | 0.44 | 0 | 0.47 | 0.07 |
| HSL | 116.25º | 0.77% | 0.71% | - |
| HSV(B) | 116.25º | 0.47% | 0.93% | - |
| XYZ | 44.01 | 67.64 | 30.48 | - |
| YUV | 193.84 | 89.71 | 84.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 238 | 126 | 0.44 | 0 | 0.47 | 0.07 | 116.25 | 0.77 | 0.71 |
| Hex | 85 | EE | 7E | 2C | 0 | 2F | 7 | 74 | 4D | 47 |
| Octal | 205 | 356 | 176 | 54 | 0 | 57 | 7 | 164 | 115 | 107 |
| Binary | 10000101 | 11101110 | 1111110 | 101100 | 0 | 101111 | 111 | 1110100 | 1001101 | 1000111 |
Color Harmonies of #85EE7E
Complementary color
Monochromatic Colors of #85EE7E
Black with #85EE7E
Text Example
Text Example
White with #85EE7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85EE7E; }
p { color: rgb(133,238,126); }
H1.HeaderClassName
{
color: #85EE7E;
}
.AnyTagClassName
{
color: #85EE7E;
}
</style>
background-color css
<style>
a { background-color: #85EE7E; }
a { background-color: rgb(133,238,126); }
div.DivClassName
{
background-color: #85EE7E;
}
.BgClassName
{
background-color: #85EE7E;
}
</style>
border-color css
<style>
span { border-color: #85EE7E; }
span { border-color: rgb(133,238,126); }
td.TdClassName
{
border-color: #85EE7E;
}
.TagClassName
{
border-color: #85EE7E;
}
</style>