Shades of Light Green #85F28C
Tints of Light Green #85F28C
RGB
CMYK
RGB Variations
Color information
#85F28C (or 0x85F28C) is known color: Light Green. HEX triplet: 85, F2 and 8C. RGB value is (133,242,140). Sum of RGB (Red+Green+Blue) = 133+242+140=515 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.83% from 515); Green value is 242 (94.92% from 255 or 46.99% from 515); Blue value is 140 (55.08% from 255 or 27.18% from 515); Max value from RGB is 242 - color contains mainly: green. Hex color #85F28C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85F28C is #7A0D73. Grayscale: #C6C6C6. Windows color (decimal): -7998836 or 9237125. OLE color: 9237125.
HSL color Cylindrical-coordinate representation of color #85F28C: hue angle of 123.85º 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 #85F28C is Cyan = 0.45, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 133 | 242 | 140 | - |
| CMYK | 0.45 | 0 | 0.42 | 0.05 |
| HSL | 123.85º | 0.81% | 0.74% | - |
| HSV(B) | 123.85º | 0.45% | 0.95% | - |
| XYZ | 46.16 | 70.38 | 35.96 | - |
| YUV | 197.78 | 95.39 | 81.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 242 | 140 | 0.45 | 0 | 0.42 | 0.05 | 123.85 | 0.81 | 0.74 |
| Hex | 85 | F2 | 8C | 2D | 0 | 2A | 5 | 7C | 51 | 4A |
| Octal | 205 | 362 | 214 | 55 | 0 | 52 | 5 | 174 | 121 | 112 |
| Binary | 10000101 | 11110010 | 10001100 | 101101 | 0 | 101010 | 101 | 1111100 | 1010001 | 1001010 |
Color Harmonies of #85F28C
Complementary color
Monochromatic Colors of #85F28C
Black with #85F28C
Text Example
Text Example
White with #85F28C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85F28C; }
p { color: rgb(133,242,140); }
H1.HeaderClassName
{
color: #85F28C;
}
.AnyTagClassName
{
color: #85F28C;
}
</style>
background-color css
<style>
a { background-color: #85F28C; }
a { background-color: rgb(133,242,140); }
div.DivClassName
{
background-color: #85F28C;
}
.BgClassName
{
background-color: #85F28C;
}
</style>
border-color css
<style>
span { border-color: #85F28C; }
span { border-color: rgb(133,242,140); }
td.TdClassName
{
border-color: #85F28C;
}
.TagClassName
{
border-color: #85F28C;
}
</style>