Shades of Chartreuse #85FA06
Tints of Chartreuse #85FA06
RGB
CMYK
RGB Variations
Color information
#85FA06 (or 0x85FA06) is known color: Chartreuse. HEX triplet: 85, FA and 06. RGB value is (133,250,6). Sum of RGB (Red+Green+Blue) = 133+250+6=389 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.19% from 389); Green value is 250 (98.05% from 255 or 64.27% from 389); Blue value is 6 (2.73% from 255 or 1.54% from 389); Max value from RGB is 250 - color contains mainly: green. Hex color #85FA06 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #85FA06 is #7A05F9. Grayscale: #BCBCBC. Windows color (decimal): -7996922 or 457349. OLE color: 457349.
HSL color Cylindrical-coordinate representation of color #85FA06: hue angle of 88.77º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #85FA06 is Cyan = 0.47, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 133 | 250 | 6 | - |
| CMYK | 0.47 | 0 | 0.98 | 0.02 |
| HSL | 88.77º | 0.96% | 0.5% | - |
| HSV(B) | 88.77º | 0.98% | 0.98% | - |
| XYZ | 43.89 | 73.37 | 12.02 | - |
| YUV | 187.2 | 25.74 | 89.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 250 | 6 | 0.47 | 0 | 0.98 | 0.02 | 88.77 | 0.96 | 0.5 |
| Hex | 85 | FA | 6 | 2F | 0 | 62 | 2 | 59 | 60 | 32 |
| Octal | 205 | 372 | 6 | 57 | 0 | 142 | 2 | 131 | 140 | 62 |
| Binary | 10000101 | 11111010 | 110 | 101111 | 0 | 1100010 | 10 | 1011001 | 1100000 | 110010 |
Color Harmonies of #85FA06
Complementary color
Monochromatic Colors of #85FA06
Black with #85FA06
Text Example
Text Example
White with #85FA06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85FA06; }
p { color: rgb(133,250,6); }
H1.HeaderClassName
{
color: #85FA06;
}
.AnyTagClassName
{
color: #85FA06;
}
</style>
background-color css
<style>
a { background-color: #85FA06; }
a { background-color: rgb(133,250,6); }
div.DivClassName
{
background-color: #85FA06;
}
.BgClassName
{
background-color: #85FA06;
}
</style>
border-color css
<style>
span { border-color: #85FA06; }
span { border-color: rgb(133,250,6); }
td.TdClassName
{
border-color: #85FA06;
}
.TagClassName
{
border-color: #85FA06;
}
</style>