Shades of Chartreuse #85FA07
Tints of Chartreuse #85FA07
RGB
CMYK
RGB Variations
Color information
#85FA07 (or 0x85FA07) is known color: Chartreuse. HEX triplet: 85, FA and 07. RGB value is (133,250,7). Sum of RGB (Red+Green+Blue) = 133+250+7=390 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.10% from 390); Green value is 250 (98.05% from 255 or 64.10% from 390); Blue value is 7 (3.12% from 255 or 1.79% from 390); Max value from RGB is 250 - color contains mainly: green. Hex color #85FA07 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #85FA07 is #7A05F8. Grayscale: #BCBCBC. Windows color (decimal): -7996921 or 522885. OLE color: 522885.
HSL color Cylindrical-coordinate representation of color #85FA07: hue angle of 88.89º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #85FA07 is Cyan = 0.47, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 133 | 250 | 7 | - |
| CMYK | 0.47 | 0 | 0.97 | 0.02 |
| HSL | 88.89º | 0.96% | 0.5% | - |
| HSV(B) | 88.89º | 0.97% | 0.98% | - |
| XYZ | 43.9 | 73.37 | 12.05 | - |
| YUV | 187.32 | 26.24 | 89.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 250 | 7 | 0.47 | 0 | 0.97 | 0.02 | 88.89 | 0.96 | 0.5 |
| Hex | 85 | FA | 7 | 2F | 0 | 61 | 2 | 59 | 60 | 32 |
| Octal | 205 | 372 | 7 | 57 | 0 | 141 | 2 | 131 | 140 | 62 |
| Binary | 10000101 | 11111010 | 111 | 101111 | 0 | 1100001 | 10 | 1011001 | 1100000 | 110010 |
Color Harmonies of #85FA07
Complementary color
Monochromatic Colors of #85FA07
Black with #85FA07
Text Example
Text Example
White with #85FA07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85FA07; }
p { color: rgb(133,250,7); }
H1.HeaderClassName
{
color: #85FA07;
}
.AnyTagClassName
{
color: #85FA07;
}
</style>
background-color css
<style>
a { background-color: #85FA07; }
a { background-color: rgb(133,250,7); }
div.DivClassName
{
background-color: #85FA07;
}
.BgClassName
{
background-color: #85FA07;
}
</style>
border-color css
<style>
span { border-color: #85FA07; }
span { border-color: rgb(133,250,7); }
td.TdClassName
{
border-color: #85FA07;
}
.TagClassName
{
border-color: #85FA07;
}
</style>