Shades of Light Green #85F390
Tints of Light Green #85F390
RGB
CMYK
RGB Variations
Color information
#85F390 (or 0x85F390) is known color: Light Green. HEX triplet: 85, F3 and 90. RGB value is (133,243,144). Sum of RGB (Red+Green+Blue) = 133+243+144=520 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.58% from 520); Green value is 243 (95.31% from 255 or 46.73% from 520); Blue value is 144 (56.64% from 255 or 27.69% from 520); Max value from RGB is 243 - color contains mainly: green. Hex color #85F390 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85F390 is #7A0C6F. Grayscale: #C7C7C7. Windows color (decimal): -7998576 or 9499525. OLE color: 9499525.
HSL color Cylindrical-coordinate representation of color #85F390: hue angle of 126º degrees, saturation: 0.82, 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 #85F390 is Cyan = 0.45, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 133 | 243 | 144 | - |
| CMYK | 0.45 | 0 | 0.41 | 0.05 |
| HSL | 126º | 0.82% | 0.74% | - |
| HSV(B) | 126º | 0.45% | 0.95% | - |
| XYZ | 46.76 | 71.1 | 37.65 | - |
| YUV | 198.82 | 97.06 | 81.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 243 | 144 | 0.45 | 0 | 0.41 | 0.05 | 126 | 0.82 | 0.74 |
| Hex | 85 | F3 | 90 | 2D | 0 | 29 | 5 | 7E | 52 | 4A |
| Octal | 205 | 363 | 220 | 55 | 0 | 51 | 5 | 176 | 122 | 112 |
| Binary | 10000101 | 11110011 | 10010000 | 101101 | 0 | 101001 | 101 | 1111110 | 1010010 | 1001010 |
Color Harmonies of #85F390
Complementary color
Monochromatic Colors of #85F390
Black with #85F390
Text Example
Text Example
White with #85F390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85F390; }
p { color: rgb(133,243,144); }
H1.HeaderClassName
{
color: #85F390;
}
.AnyTagClassName
{
color: #85F390;
}
</style>
background-color css
<style>
a { background-color: #85F390; }
a { background-color: rgb(133,243,144); }
div.DivClassName
{
background-color: #85F390;
}
.BgClassName
{
background-color: #85F390;
}
</style>
border-color css
<style>
span { border-color: #85F390; }
span { border-color: rgb(133,243,144); }
td.TdClassName
{
border-color: #85F390;
}
.TagClassName
{
border-color: #85F390;
}
</style>