Shades of Chartreuse #85F701
Tints of Chartreuse #85F701
RGB
CMYK
RGB Variations
Color information
#85F701 (or 0x85F701) is known color: Chartreuse. HEX triplet: 85, F7 and 01. RGB value is (133,247,1). Sum of RGB (Red+Green+Blue) = 133+247+1=381 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.91% from 381); Green value is 247 (96.88% from 255 or 64.83% from 381); Blue value is 1 (0.78% from 255 or 0.26% from 381); Max value from RGB is 247 - color contains mainly: green. Hex color #85F701 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #85F701 is #7A08FE. Grayscale: #B9B9B9. Windows color (decimal): -7997695 or 128901. OLE color: 128901.
HSL color Cylindrical-coordinate representation of color #85F701: hue angle of 87.8º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #85F701 is Cyan = 0.46, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 133 | 247 | 1 | - |
| CMYK | 0.46 | 0 | 1.00 | 0.03 |
| HSL | 87.8º | 0.99% | 0.49% | - |
| HSV(B) | 87.8º | 1% | 0.97% | - |
| XYZ | 42.94 | 71.51 | 11.57 | - |
| YUV | 184.87 | 24.23 | 91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 247 | 1 | 0.46 | 0 | 1.00 | 0.03 | 87.8 | 0.99 | 0.49 |
| Hex | 85 | F7 | 1 | 2E | 0 | 64 | 3 | 58 | 63 | 31 |
| Octal | 205 | 367 | 1 | 56 | 0 | 144 | 3 | 130 | 143 | 61 |
| Binary | 10000101 | 11110111 | 1 | 101110 | 0 | 1100100 | 11 | 1011000 | 1100011 | 110001 |
Color Harmonies of #85F701
Complementary color
Monochromatic Colors of #85F701
Black with #85F701
Text Example
Text Example
White with #85F701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85F701; }
p { color: rgb(133,247,1); }
H1.HeaderClassName
{
color: #85F701;
}
.AnyTagClassName
{
color: #85F701;
}
</style>
background-color css
<style>
a { background-color: #85F701; }
a { background-color: rgb(133,247,1); }
div.DivClassName
{
background-color: #85F701;
}
.BgClassName
{
background-color: #85F701;
}
</style>
border-color css
<style>
span { border-color: #85F701; }
span { border-color: rgb(133,247,1); }
td.TdClassName
{
border-color: #85F701;
}
.TagClassName
{
border-color: #85F701;
}
</style>