Shades of Chartreuse #85FB11
Tints of Chartreuse #85FB11
RGB
CMYK
RGB Variations
Color information
#85FB11 (or 0x85FB11) is known color: Chartreuse. HEX triplet: 85, FB and 11. RGB value is (133,251,17). Sum of RGB (Red+Green+Blue) = 133+251+17=401 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.17% from 401); Green value is 251 (98.44% from 255 or 62.59% from 401); Blue value is 17 (7.03% from 255 or 4.24% from 401); Max value from RGB is 251 - color contains mainly: green. Hex color #85FB11 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #85FB11 is #7A04EE. Grayscale: #BDBDBD. Windows color (decimal): -7996655 or 1178501. OLE color: 1178501.
HSL color Cylindrical-coordinate representation of color #85FB11: hue angle of 90.26º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #85FB11 is Cyan = 0.47, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 133 | 251 | 17 | - |
| CMYK | 0.47 | 0 | 0.93 | 0.02 |
| HSL | 90.26º | 0.97% | 0.53% | - |
| HSV(B) | 90.26º | 0.93% | 0.98% | - |
| XYZ | 44.27 | 74.02 | 12.48 | - |
| YUV | 189.04 | 30.91 | 88.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 251 | 17 | 0.47 | 0 | 0.93 | 0.02 | 90.26 | 0.97 | 0.53 |
| Hex | 85 | FB | 11 | 2F | 0 | 5D | 2 | 5A | 61 | 35 |
| Octal | 205 | 373 | 21 | 57 | 0 | 135 | 2 | 132 | 141 | 65 |
| Binary | 10000101 | 11111011 | 10001 | 101111 | 0 | 1011101 | 10 | 1011010 | 1100001 | 110101 |
Color Harmonies of #85FB11
Complementary color
Monochromatic Colors of #85FB11
Black with #85FB11
Text Example
Text Example
White with #85FB11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85FB11; }
p { color: rgb(133,251,17); }
H1.HeaderClassName
{
color: #85FB11;
}
.AnyTagClassName
{
color: #85FB11;
}
</style>
background-color css
<style>
a { background-color: #85FB11; }
a { background-color: rgb(133,251,17); }
div.DivClassName
{
background-color: #85FB11;
}
.BgClassName
{
background-color: #85FB11;
}
</style>
border-color css
<style>
span { border-color: #85FB11; }
span { border-color: rgb(133,251,17); }
td.TdClassName
{
border-color: #85FB11;
}
.TagClassName
{
border-color: #85FB11;
}
</style>