Shades of Chartreuse #85FA05
Tints of Chartreuse #85FA05
RGB
CMYK
RGB Variations
Color information
#85FA05 (or 0x85FA05) is known color: Chartreuse. HEX triplet: 85, FA and 05. RGB value is (133,250,5). Sum of RGB (Red+Green+Blue) = 133+250+5=388 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.28% from 388); Green value is 250 (98.05% from 255 or 64.43% from 388); Blue value is 5 (2.34% from 255 or 1.29% from 388); Max value from RGB is 250 - color contains mainly: green. Hex color #85FA05 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #85FA05 is #7A05FA. Grayscale: #BBBBBB. Windows color (decimal): -7996923 or 391813. OLE color: 391813.
HSL color Cylindrical-coordinate representation of color #85FA05: hue angle of 88.65º 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 #85FA05 is Cyan = 0.47, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 133 | 250 | 5 | - |
| CMYK | 0.47 | 0 | 0.98 | 0.02 |
| HSL | 88.65º | 0.96% | 0.5% | - |
| HSV(B) | 88.65º | 0.98% | 0.98% | - |
| XYZ | 43.89 | 73.37 | 11.99 | - |
| YUV | 187.09 | 25.24 | 89.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 250 | 5 | 0.47 | 0 | 0.98 | 0.02 | 88.65 | 0.96 | 0.5 |
| Hex | 85 | FA | 5 | 2F | 0 | 62 | 2 | 59 | 60 | 32 |
| Octal | 205 | 372 | 5 | 57 | 0 | 142 | 2 | 131 | 140 | 62 |
| Binary | 10000101 | 11111010 | 101 | 101111 | 0 | 1100010 | 10 | 1011001 | 1100000 | 110010 |
Color Harmonies of #85FA05
Complementary color
Monochromatic Colors of #85FA05
Black with #85FA05
Text Example
Text Example
White with #85FA05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85FA05; }
p { color: rgb(133,250,5); }
H1.HeaderClassName
{
color: #85FA05;
}
.AnyTagClassName
{
color: #85FA05;
}
</style>
background-color css
<style>
a { background-color: #85FA05; }
a { background-color: rgb(133,250,5); }
div.DivClassName
{
background-color: #85FA05;
}
.BgClassName
{
background-color: #85FA05;
}
</style>
border-color css
<style>
span { border-color: #85FA05; }
span { border-color: rgb(133,250,5); }
td.TdClassName
{
border-color: #85FA05;
}
.TagClassName
{
border-color: #85FA05;
}
</style>