Shades of Light Green #85E68B
Tints of Light Green #85E68B
RGB
CMYK
RGB Variations
Color information
#85E68B (or 0x85E68B) is known color: Light Green. HEX triplet: 85, E6 and 8B. RGB value is (133,230,139). Sum of RGB (Red+Green+Blue) = 133+230+139=502 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.49% from 502); Green value is 230 (90.23% from 255 or 45.82% from 502); Blue value is 139 (54.69% from 255 or 27.69% from 502); Max value from RGB is 230 - color contains mainly: green. Hex color #85E68B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85E68B is #7A1974. Grayscale: #BEBEBE. Windows color (decimal): -8001909 or 9168517. OLE color: 9168517.
HSL color Cylindrical-coordinate representation of color #85E68B: hue angle of 123.71º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #85E68B is Cyan = 0.42, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 133 | 230 | 139 | - |
| CMYK | 0.42 | 0 | 0.40 | 0.10 |
| HSL | 123.71º | 0.66% | 0.71% | - |
| HSV(B) | 123.71º | 0.42% | 0.9% | - |
| XYZ | 42.63 | 63.44 | 34.43 | - |
| YUV | 190.62 | 98.86 | 86.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 230 | 139 | 0.42 | 0 | 0.40 | 0.10 | 123.71 | 0.66 | 0.71 |
| Hex | 85 | E6 | 8B | 2A | 0 | 28 | A | 7C | 42 | 47 |
| Octal | 205 | 346 | 213 | 52 | 0 | 50 | 12 | 174 | 102 | 107 |
| Binary | 10000101 | 11100110 | 10001011 | 101010 | 0 | 101000 | 1010 | 1111100 | 1000010 | 1000111 |
Color Harmonies of #85E68B
Complementary color
Monochromatic Colors of #85E68B
Black with #85E68B
Text Example
Text Example
White with #85E68B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85E68B; }
p { color: rgb(133,230,139); }
H1.HeaderClassName
{
color: #85E68B;
}
.AnyTagClassName
{
color: #85E68B;
}
</style>
background-color css
<style>
a { background-color: #85E68B; }
a { background-color: rgb(133,230,139); }
div.DivClassName
{
background-color: #85E68B;
}
.BgClassName
{
background-color: #85E68B;
}
</style>
border-color css
<style>
span { border-color: #85E68B; }
span { border-color: rgb(133,230,139); }
td.TdClassName
{
border-color: #85E68B;
}
.TagClassName
{
border-color: #85E68B;
}
</style>