Shades of Chartreuse #85F607
Tints of Chartreuse #85F607
RGB
CMYK
RGB Variations
Color information
#85F607 (or 0x85F607) is known color: Chartreuse. HEX triplet: 85, F6 and 07. RGB value is (133,246,7). Sum of RGB (Red+Green+Blue) = 133+246+7=386 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.46% from 386); Green value is 246 (96.48% from 255 or 63.73% from 386); Blue value is 7 (3.12% from 255 or 1.81% from 386); Max value from RGB is 246 - color contains mainly: green. Hex color #85F607 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #85F607 is #7A09F8. Grayscale: #B9B9B9. Windows color (decimal): -7997945 or 521861. OLE color: 521861.
HSL color Cylindrical-coordinate representation of color #85F607: hue angle of 88.37º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #85F607 is Cyan = 0.46, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 133 | 246 | 7 | - |
| CMYK | 0.46 | 0 | 0.97 | 0.04 |
| HSL | 88.37º | 0.94% | 0.5% | - |
| HSV(B) | 88.37º | 0.97% | 0.96% | - |
| XYZ | 42.67 | 70.91 | 11.64 | - |
| YUV | 184.97 | 27.56 | 90.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 246 | 7 | 0.46 | 0 | 0.97 | 0.04 | 88.37 | 0.94 | 0.5 |
| Hex | 85 | F6 | 7 | 2E | 0 | 61 | 4 | 58 | 5E | 32 |
| Octal | 205 | 366 | 7 | 56 | 0 | 141 | 4 | 130 | 136 | 62 |
| Binary | 10000101 | 11110110 | 111 | 101110 | 0 | 1100001 | 100 | 1011000 | 1011110 | 110010 |
Color Harmonies of #85F607
Complementary color
Monochromatic Colors of #85F607
Black with #85F607
Text Example
Text Example
White with #85F607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85F607; }
p { color: rgb(133,246,7); }
H1.HeaderClassName
{
color: #85F607;
}
.AnyTagClassName
{
color: #85F607;
}
</style>
background-color css
<style>
a { background-color: #85F607; }
a { background-color: rgb(133,246,7); }
div.DivClassName
{
background-color: #85F607;
}
.BgClassName
{
background-color: #85F607;
}
</style>
border-color css
<style>
span { border-color: #85F607; }
span { border-color: rgb(133,246,7); }
td.TdClassName
{
border-color: #85F607;
}
.TagClassName
{
border-color: #85F607;
}
</style>