Shades of Chartreuse #85FA19
Tints of Chartreuse #85FA19
RGB
CMYK
RGB Variations
Color information
#85FA19 (or 0x85FA19) is known color: Chartreuse. HEX triplet: 85, FA and 19. RGB value is (133,250,25). Sum of RGB (Red+Green+Blue) = 133+250+25=408 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.60% from 408); Green value is 250 (98.05% from 255 or 61.27% from 408); Blue value is 25 (10.16% from 255 or 6.13% from 408); Max value from RGB is 250 - color contains mainly: green. Hex color #85FA19 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #85FA19 is #7A05E6. Grayscale: #BEBEBE. Windows color (decimal): -7996903 or 1702533. OLE color: 1702533.
HSL color Cylindrical-coordinate representation of color #85FA19: hue angle of 91.2º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #85FA19 is Cyan = 0.47, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 133 | 250 | 25 | - |
| CMYK | 0.47 | 0 | 0.9 | 0.02 |
| HSL | 91.2º | 0.96% | 0.54% | - |
| HSV(B) | 91.2º | 0.9% | 0.98% | - |
| XYZ | 44.03 | 73.43 | 12.77 | - |
| YUV | 189.37 | 35.24 | 87.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 250 | 25 | 0.47 | 0 | 0.9 | 0.02 | 91.2 | 0.96 | 0.54 |
| Hex | 85 | FA | 19 | 2F | 0 | 5A | 2 | 5B | 60 | 36 |
| Octal | 205 | 372 | 31 | 57 | 0 | 132 | 2 | 133 | 140 | 66 |
| Binary | 10000101 | 11111010 | 11001 | 101111 | 0 | 1011010 | 10 | 1011011 | 1100000 | 110110 |
Color Harmonies of #85FA19
Complementary color
Monochromatic Colors of #85FA19
Black with #85FA19
Text Example
Text Example
White with #85FA19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85FA19; }
p { color: rgb(133,250,25); }
H1.HeaderClassName
{
color: #85FA19;
}
.AnyTagClassName
{
color: #85FA19;
}
</style>
background-color css
<style>
a { background-color: #85FA19; }
a { background-color: rgb(133,250,25); }
div.DivClassName
{
background-color: #85FA19;
}
.BgClassName
{
background-color: #85FA19;
}
</style>
border-color css
<style>
span { border-color: #85FA19; }
span { border-color: rgb(133,250,25); }
td.TdClassName
{
border-color: #85FA19;
}
.TagClassName
{
border-color: #85FA19;
}
</style>