Shades of Light Green #85F28D
Tints of Light Green #85F28D
RGB
CMYK
RGB Variations
Color information
#85F28D (or 0x85F28D) is known color: Light Green. HEX triplet: 85, F2 and 8D. RGB value is (133,242,141). Sum of RGB (Red+Green+Blue) = 133+242+141=516 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.78% from 516); Green value is 242 (94.92% from 255 or 46.90% from 516); Blue value is 141 (55.47% from 255 or 27.33% from 516); Max value from RGB is 242 - color contains mainly: green. Hex color #85F28D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85F28D is #7A0D72. Grayscale: #C6C6C6. Windows color (decimal): -7998835 or 9302661. OLE color: 9302661.
HSL color Cylindrical-coordinate representation of color #85F28D: hue angle of 124.4º degrees, saturation: 0.81, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #85F28D is Cyan = 0.45, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 133 | 242 | 141 | - |
| CMYK | 0.45 | 0 | 0.42 | 0.05 |
| HSL | 124.4º | 0.81% | 0.74% | - |
| HSV(B) | 124.4º | 0.45% | 0.95% | - |
| XYZ | 46.23 | 70.41 | 36.35 | - |
| YUV | 197.9 | 95.89 | 81.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 242 | 141 | 0.45 | 0 | 0.42 | 0.05 | 124.4 | 0.81 | 0.74 |
| Hex | 85 | F2 | 8D | 2D | 0 | 2A | 5 | 7C | 51 | 4A |
| Octal | 205 | 362 | 215 | 55 | 0 | 52 | 5 | 174 | 121 | 112 |
| Binary | 10000101 | 11110010 | 10001101 | 101101 | 0 | 101010 | 101 | 1111100 | 1010001 | 1001010 |
Color Harmonies of #85F28D
Complementary color
Monochromatic Colors of #85F28D
Black with #85F28D
Text Example
Text Example
White with #85F28D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85F28D; }
p { color: rgb(133,242,141); }
H1.HeaderClassName
{
color: #85F28D;
}
.AnyTagClassName
{
color: #85F28D;
}
</style>
background-color css
<style>
a { background-color: #85F28D; }
a { background-color: rgb(133,242,141); }
div.DivClassName
{
background-color: #85F28D;
}
.BgClassName
{
background-color: #85F28D;
}
</style>
border-color css
<style>
span { border-color: #85F28D; }
span { border-color: rgb(133,242,141); }
td.TdClassName
{
border-color: #85F28D;
}
.TagClassName
{
border-color: #85F28D;
}
</style>