Shades of Chartreuse #85FF11
Tints of Chartreuse #85FF11
RGB
CMYK
RGB Variations
Color information
#85FF11 (or 0x85FF11) is known color: Chartreuse. HEX triplet: 85, FF and 11. RGB value is (133,255,17). Sum of RGB (Red+Green+Blue) = 133+255+17=405 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.84% from 405); Green value is 255 (100% from 255 or 62.96% from 405); Blue value is 17 (7.03% from 255 or 4.20% from 405); Max value from RGB is 255 - color contains mainly: green. Hex color #85FF11 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #85FF11 is #7A00EE. Grayscale: #C0C0C0. Windows color (decimal): -7995631 or 1179525. OLE color: 1179525.
HSL color Cylindrical-coordinate representation of color #85FF11: hue angle of 90.76º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #85FF11 is Cyan = 0.48, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 133 | 255 | 17 | - |
| CMYK | 0.48 | 0 | 0.93 | 0 |
| HSL | 90.76º | 1% | 0.53% | - |
| HSV(B) | 90.76º | 0.93% | 1% | - |
| XYZ | 45.53 | 76.55 | 12.91 | - |
| YUV | 191.39 | 29.58 | 86.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 255 | 17 | 0.48 | 0 | 0.93 | 0 | 90.76 | 1 | 0.53 |
| Hex | 85 | FF | 11 | 30 | 0 | 5D | 0 | 5B | 64 | 35 |
| Octal | 205 | 377 | 21 | 60 | 0 | 135 | 0 | 133 | 144 | 65 |
| Binary | 10000101 | 11111111 | 10001 | 110000 | 0 | 1011101 | 0 | 1011011 | 1100100 | 110101 |
Color Harmonies of #85FF11
Complementary color
Monochromatic Colors of #85FF11
Black with #85FF11
Text Example
Text Example
White with #85FF11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85FF11; }
p { color: rgb(133,255,17); }
H1.HeaderClassName
{
color: #85FF11;
}
.AnyTagClassName
{
color: #85FF11;
}
</style>
background-color css
<style>
a { background-color: #85FF11; }
a { background-color: rgb(133,255,17); }
div.DivClassName
{
background-color: #85FF11;
}
.BgClassName
{
background-color: #85FF11;
}
</style>
border-color css
<style>
span { border-color: #85FF11; }
span { border-color: rgb(133,255,17); }
td.TdClassName
{
border-color: #85FF11;
}
.TagClassName
{
border-color: #85FF11;
}
</style>