Shades of Chartreuse #86FA19
Tints of Chartreuse #86FA19
RGB
CMYK
RGB Variations
Color information
#86FA19 (or 0x86FA19) is known color: Chartreuse. HEX triplet: 86, FA and 19. RGB value is (134,250,25). Sum of RGB (Red+Green+Blue) = 134+250+25=409 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.76% from 409); Green value is 250 (98.05% from 255 or 61.12% from 409); Blue value is 25 (10.16% from 255 or 6.11% from 409); Max value from RGB is 250 - color contains mainly: green. Hex color #86FA19 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #86FA19 is #7905E6. Grayscale: #BEBEBE. Windows color (decimal): -7931367 or 1702534. OLE color: 1702534.
HSL color Cylindrical-coordinate representation of color #86FA19: hue angle of 90.93º 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 #86FA19 is Cyan = 0.46, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 134 | 250 | 25 | - |
| CMYK | 0.46 | 0 | 0.9 | 0.02 |
| HSL | 90.93º | 0.96% | 0.54% | - |
| HSV(B) | 90.93º | 0.9% | 0.98% | - |
| XYZ | 44.19 | 73.51 | 12.78 | - |
| YUV | 189.67 | 35.07 | 88.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 250 | 25 | 0.46 | 0 | 0.9 | 0.02 | 90.93 | 0.96 | 0.54 |
| Hex | 86 | FA | 19 | 2E | 0 | 5A | 2 | 5B | 60 | 36 |
| Octal | 206 | 372 | 31 | 56 | 0 | 132 | 2 | 133 | 140 | 66 |
| Binary | 10000110 | 11111010 | 11001 | 101110 | 0 | 1011010 | 10 | 1011011 | 1100000 | 110110 |
Color Harmonies of #86FA19
Complementary color
Monochromatic Colors of #86FA19
Black with #86FA19
Text Example
Text Example
White with #86FA19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86FA19; }
p { color: rgb(134,250,25); }
H1.HeaderClassName
{
color: #86FA19;
}
.AnyTagClassName
{
color: #86FA19;
}
</style>
background-color css
<style>
a { background-color: #86FA19; }
a { background-color: rgb(134,250,25); }
div.DivClassName
{
background-color: #86FA19;
}
.BgClassName
{
background-color: #86FA19;
}
</style>
border-color css
<style>
span { border-color: #86FA19; }
span { border-color: rgb(134,250,25); }
td.TdClassName
{
border-color: #86FA19;
}
.TagClassName
{
border-color: #86FA19;
}
</style>