Shades of Chartreuse #85FF10
Tints of Chartreuse #85FF10
RGB
CMYK
RGB Variations
Color information
#85FF10 (or 0x85FF10) is known color: Chartreuse. HEX triplet: 85, FF and 10. RGB value is (133,255,16). Sum of RGB (Red+Green+Blue) = 133+255+16=404 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.92% from 404); Green value is 255 (100% from 255 or 63.12% from 404); Blue value is 16 (6.64% from 255 or 3.96% from 404); Max value from RGB is 255 - color contains mainly: green. Hex color #85FF10 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #85FF10 is #7A00EF. Grayscale: #C0C0C0. Windows color (decimal): -7995632 or 1113989. OLE color: 1113989.
HSL color Cylindrical-coordinate representation of color #85FF10: hue angle of 90.63º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #85FF10 is Cyan = 0.48, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 133 | 255 | 16 | - |
| CMYK | 0.48 | 0 | 0.94 | 0 |
| HSL | 90.63º | 1% | 0.53% | - |
| HSV(B) | 90.63º | 0.94% | 1% | - |
| XYZ | 45.53 | 76.54 | 12.87 | - |
| YUV | 191.28 | 29.08 | 86.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 255 | 16 | 0.48 | 0 | 0.94 | 0 | 90.63 | 1 | 0.53 |
| Hex | 85 | FF | 10 | 30 | 0 | 5E | 0 | 5B | 64 | 35 |
| Octal | 205 | 377 | 20 | 60 | 0 | 136 | 0 | 133 | 144 | 65 |
| Binary | 10000101 | 11111111 | 10000 | 110000 | 0 | 1011110 | 0 | 1011011 | 1100100 | 110101 |
Color Harmonies of #85FF10
Complementary color
Monochromatic Colors of #85FF10
Black with #85FF10
Text Example
Text Example
White with #85FF10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85FF10; }
p { color: rgb(133,255,16); }
H1.HeaderClassName
{
color: #85FF10;
}
.AnyTagClassName
{
color: #85FF10;
}
</style>
background-color css
<style>
a { background-color: #85FF10; }
a { background-color: rgb(133,255,16); }
div.DivClassName
{
background-color: #85FF10;
}
.BgClassName
{
background-color: #85FF10;
}
</style>
border-color css
<style>
span { border-color: #85FF10; }
span { border-color: rgb(133,255,16); }
td.TdClassName
{
border-color: #85FF10;
}
.TagClassName
{
border-color: #85FF10;
}
</style>