Shades of Chartreuse #85F611
Tints of Chartreuse #85F611
RGB
CMYK
RGB Variations
Color information
#85F611 (or 0x85F611) is known color: Chartreuse. HEX triplet: 85, F6 and 11. RGB value is (133,246,17). Sum of RGB (Red+Green+Blue) = 133+246+17=396 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.59% from 396); Green value is 246 (96.48% from 255 or 62.12% from 396); Blue value is 17 (7.03% from 255 or 4.29% from 396); Max value from RGB is 246 - color contains mainly: green. Hex color #85F611 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #85F611 is #7A09EE. Grayscale: #BABABA. Windows color (decimal): -7997935 or 1177221. OLE color: 1177221.
HSL color Cylindrical-coordinate representation of color #85F611: hue angle of 89.61º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #85F611 is Cyan = 0.46, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 133 | 246 | 17 | - |
| CMYK | 0.46 | 0 | 0.93 | 0.04 |
| HSL | 89.61º | 0.93% | 0.52% | - |
| HSV(B) | 89.61º | 0.93% | 0.96% | - |
| XYZ | 42.73 | 70.94 | 11.97 | - |
| YUV | 186.11 | 32.56 | 90.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 246 | 17 | 0.46 | 0 | 0.93 | 0.04 | 89.61 | 0.93 | 0.52 |
| Hex | 85 | F6 | 11 | 2E | 0 | 5D | 4 | 5A | 5D | 34 |
| Octal | 205 | 366 | 21 | 56 | 0 | 135 | 4 | 132 | 135 | 64 |
| Binary | 10000101 | 11110110 | 10001 | 101110 | 0 | 1011101 | 100 | 1011010 | 1011101 | 110100 |
Color Harmonies of #85F611
Complementary color
Monochromatic Colors of #85F611
Black with #85F611
Text Example
Text Example
White with #85F611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85F611; }
p { color: rgb(133,246,17); }
H1.HeaderClassName
{
color: #85F611;
}
.AnyTagClassName
{
color: #85F611;
}
</style>
background-color css
<style>
a { background-color: #85F611; }
a { background-color: rgb(133,246,17); }
div.DivClassName
{
background-color: #85F611;
}
.BgClassName
{
background-color: #85F611;
}
</style>
border-color css
<style>
span { border-color: #85F611; }
span { border-color: rgb(133,246,17); }
td.TdClassName
{
border-color: #85F611;
}
.TagClassName
{
border-color: #85F611;
}
</style>