Shades of Light Green #85F68D
Tints of Light Green #85F68D
RGB
CMYK
RGB Variations
Color information
#85F68D (or 0x85F68D) is known color: Light Green. HEX triplet: 85, F6 and 8D. RGB value is (133,246,141). Sum of RGB (Red+Green+Blue) = 133+246+141=520 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.58% from 520); Green value is 246 (96.48% from 255 or 47.31% from 520); Blue value is 141 (55.47% from 255 or 27.12% from 520); Max value from RGB is 246 - color contains mainly: green. Hex color #85F68D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85F68D is #7A0972. Grayscale: #C8C8C8. Windows color (decimal): -7997811 or 9303685. OLE color: 9303685.
HSL color Cylindrical-coordinate representation of color #85F68D: hue angle of 124.25º degrees, saturation: 0.86, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #85F68D is Cyan = 0.46, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 133 | 246 | 141 | - |
| CMYK | 0.46 | 0 | 0.43 | 0.04 |
| HSL | 124.25º | 0.86% | 0.74% | - |
| HSV(B) | 124.25º | 0.46% | 0.96% | - |
| XYZ | 47.44 | 72.82 | 36.76 | - |
| YUV | 200.24 | 94.56 | 80.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 246 | 141 | 0.46 | 0 | 0.43 | 0.04 | 124.25 | 0.86 | 0.74 |
| Hex | 85 | F6 | 8D | 2E | 0 | 2B | 4 | 7C | 56 | 4A |
| Octal | 205 | 366 | 215 | 56 | 0 | 53 | 4 | 174 | 126 | 112 |
| Binary | 10000101 | 11110110 | 10001101 | 101110 | 0 | 101011 | 100 | 1111100 | 1010110 | 1001010 |
Color Harmonies of #85F68D
Complementary color
Monochromatic Colors of #85F68D
Black with #85F68D
Text Example
Text Example
White with #85F68D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85F68D; }
p { color: rgb(133,246,141); }
H1.HeaderClassName
{
color: #85F68D;
}
.AnyTagClassName
{
color: #85F68D;
}
</style>
background-color css
<style>
a { background-color: #85F68D; }
a { background-color: rgb(133,246,141); }
div.DivClassName
{
background-color: #85F68D;
}
.BgClassName
{
background-color: #85F68D;
}
</style>
border-color css
<style>
span { border-color: #85F68D; }
span { border-color: rgb(133,246,141); }
td.TdClassName
{
border-color: #85F68D;
}
.TagClassName
{
border-color: #85F68D;
}
</style>