Shades of Chartreuse #85FD11
Tints of Chartreuse #85FD11
RGB
CMYK
RGB Variations
Color information
#85FD11 (or 0x85FD11) is known color: Chartreuse. HEX triplet: 85, FD and 11. RGB value is (133,253,17). Sum of RGB (Red+Green+Blue) = 133+253+17=403 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.00% from 403); Green value is 253 (99.22% from 255 or 62.78% from 403); Blue value is 17 (7.03% from 255 or 4.22% from 403); Max value from RGB is 253 - color contains mainly: green. Hex color #85FD11 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #85FD11 is #7A02EE. Grayscale: #BFBFBF. Windows color (decimal): -7996143 or 1179013. OLE color: 1179013.
HSL color Cylindrical-coordinate representation of color #85FD11: hue angle of 90.51º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #85FD11 is Cyan = 0.47, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 133 | 253 | 17 | - |
| CMYK | 0.47 | 0 | 0.93 | 0.01 |
| HSL | 90.51º | 0.98% | 0.53% | - |
| HSV(B) | 90.51º | 0.93% | 0.99% | - |
| XYZ | 44.9 | 75.28 | 12.69 | - |
| YUV | 190.22 | 30.24 | 87.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 253 | 17 | 0.47 | 0 | 0.93 | 0.01 | 90.51 | 0.98 | 0.53 |
| Hex | 85 | FD | 11 | 2F | 0 | 5D | 1 | 5B | 62 | 35 |
| Octal | 205 | 375 | 21 | 57 | 0 | 135 | 1 | 133 | 142 | 65 |
| Binary | 10000101 | 11111101 | 10001 | 101111 | 0 | 1011101 | 1 | 1011011 | 1100010 | 110101 |
Color Harmonies of #85FD11
Complementary color
Monochromatic Colors of #85FD11
Black with #85FD11
Text Example
Text Example
White with #85FD11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85FD11; }
p { color: rgb(133,253,17); }
H1.HeaderClassName
{
color: #85FD11;
}
.AnyTagClassName
{
color: #85FD11;
}
</style>
background-color css
<style>
a { background-color: #85FD11; }
a { background-color: rgb(133,253,17); }
div.DivClassName
{
background-color: #85FD11;
}
.BgClassName
{
background-color: #85FD11;
}
</style>
border-color css
<style>
span { border-color: #85FD11; }
span { border-color: rgb(133,253,17); }
td.TdClassName
{
border-color: #85FD11;
}
.TagClassName
{
border-color: #85FD11;
}
</style>