Shades of Light Green #85EF7F
Tints of Light Green #85EF7F
RGB
CMYK
RGB Variations
Color information
#85EF7F (or 0x85EF7F) is known color: Light Green. HEX triplet: 85, EF and 7F. RGB value is (133,239,127). Sum of RGB (Red+Green+Blue) = 133+239+127=499 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.65% from 499); Green value is 239 (93.75% from 255 or 47.90% from 499); Blue value is 127 (50% from 255 or 25.45% from 499); Max value from RGB is 239 - color contains mainly: green. Hex color #85EF7F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85EF7F is #7A1080. Grayscale: #C2C2C2. Windows color (decimal): -7999617 or 8384389. OLE color: 8384389.
HSL color Cylindrical-coordinate representation of color #85EF7F: hue angle of 116.79º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #85EF7F is Cyan = 0.44, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 133 | 239 | 127 | - |
| CMYK | 0.44 | 0 | 0.47 | 0.06 |
| HSL | 116.79º | 0.78% | 0.72% | - |
| HSV(B) | 116.79º | 0.47% | 0.94% | - |
| XYZ | 44.37 | 68.25 | 30.91 | - |
| YUV | 194.54 | 89.88 | 84.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 239 | 127 | 0.44 | 0 | 0.47 | 0.06 | 116.79 | 0.78 | 0.72 |
| Hex | 85 | EF | 7F | 2C | 0 | 2F | 6 | 75 | 4E | 48 |
| Octal | 205 | 357 | 177 | 54 | 0 | 57 | 6 | 165 | 116 | 110 |
| Binary | 10000101 | 11101111 | 1111111 | 101100 | 0 | 101111 | 110 | 1110101 | 1001110 | 1001000 |
Color Harmonies of #85EF7F
Complementary color
Monochromatic Colors of #85EF7F
Black with #85EF7F
Text Example
Text Example
White with #85EF7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85EF7F; }
p { color: rgb(133,239,127); }
H1.HeaderClassName
{
color: #85EF7F;
}
.AnyTagClassName
{
color: #85EF7F;
}
</style>
background-color css
<style>
a { background-color: #85EF7F; }
a { background-color: rgb(133,239,127); }
div.DivClassName
{
background-color: #85EF7F;
}
.BgClassName
{
background-color: #85EF7F;
}
</style>
border-color css
<style>
span { border-color: #85EF7F; }
span { border-color: rgb(133,239,127); }
td.TdClassName
{
border-color: #85EF7F;
}
.TagClassName
{
border-color: #85EF7F;
}
</style>