Shades of Light Green #85F09A
Tints of Light Green #85F09A
RGB
CMYK
RGB Variations
Color information
#85F09A (or 0x85F09A) is known color: Light Green. HEX triplet: 85, F0 and 9A. RGB value is (133,240,154). Sum of RGB (Red+Green+Blue) = 133+240+154=527 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.24% from 527); Green value is 240 (94.14% from 255 or 45.54% from 527); Blue value is 154 (60.55% from 255 or 29.22% from 527); Max value from RGB is 240 - color contains mainly: green. Hex color #85F09A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85F09A is #7A0F65. Grayscale: #C6C6C6. Windows color (decimal): -7999334 or 10154117. OLE color: 10154117.
HSL color Cylindrical-coordinate representation of color #85F09A: hue angle of 131.78º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #85F09A is Cyan = 0.45, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 133 | 240 | 154 | - |
| CMYK | 0.45 | 0 | 0.36 | 0.06 |
| HSL | 131.78º | 0.78% | 0.73% | - |
| HSV(B) | 131.78º | 0.45% | 0.94% | - |
| XYZ | 46.67 | 69.64 | 41.55 | - |
| YUV | 198.2 | 103.05 | 81.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 240 | 154 | 0.45 | 0 | 0.36 | 0.06 | 131.78 | 0.78 | 0.73 |
| Hex | 85 | F0 | 9A | 2D | 0 | 24 | 6 | 84 | 4E | 49 |
| Octal | 205 | 360 | 232 | 55 | 0 | 44 | 6 | 204 | 116 | 111 |
| Binary | 10000101 | 11110000 | 10011010 | 101101 | 0 | 100100 | 110 | 10000100 | 1001110 | 1001001 |
Color Harmonies of #85F09A
Complementary color
Monochromatic Colors of #85F09A
Black with #85F09A
Text Example
Text Example
White with #85F09A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85F09A; }
p { color: rgb(133,240,154); }
H1.HeaderClassName
{
color: #85F09A;
}
.AnyTagClassName
{
color: #85F09A;
}
</style>
background-color css
<style>
a { background-color: #85F09A; }
a { background-color: rgb(133,240,154); }
div.DivClassName
{
background-color: #85F09A;
}
.BgClassName
{
background-color: #85F09A;
}
</style>
border-color css
<style>
span { border-color: #85F09A; }
span { border-color: rgb(133,240,154); }
td.TdClassName
{
border-color: #85F09A;
}
.TagClassName
{
border-color: #85F09A;
}
</style>