Shades of Chartreuse #86F603
Tints of Chartreuse #86F603
RGB
CMYK
RGB Variations
Color information
#86F603 (or 0x86F603) is known color: Chartreuse. HEX triplet: 86, F6 and 03. RGB value is (134,246,3). Sum of RGB (Red+Green+Blue) = 134+246+3=383 (50% of max value = 765). Red value is 134 (52.73% from 255 or 34.99% from 383); Green value is 246 (96.48% from 255 or 64.23% from 383); Blue value is 3 (1.56% from 255 or 0.78% from 383); Max value from RGB is 246 - color contains mainly: green. Hex color #86F603 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #86F603 is #7909FC. Grayscale: #B9B9B9. Windows color (decimal): -7932413 or 259718. OLE color: 259718.
HSL color Cylindrical-coordinate representation of color #86F603: hue angle of 87.65º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #86F603 is Cyan = 0.46, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 134 | 246 | 3 | - |
| CMYK | 0.46 | 0 | 0.99 | 0.04 |
| HSL | 87.65º | 0.98% | 0.49% | - |
| HSV(B) | 87.65º | 0.99% | 0.96% | - |
| XYZ | 42.8 | 70.99 | 11.53 | - |
| YUV | 184.81 | 25.39 | 91.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 246 | 3 | 0.46 | 0 | 0.99 | 0.04 | 87.65 | 0.98 | 0.49 |
| Hex | 86 | F6 | 3 | 2E | 0 | 63 | 4 | 58 | 62 | 31 |
| Octal | 206 | 366 | 3 | 56 | 0 | 143 | 4 | 130 | 142 | 61 |
| Binary | 10000110 | 11110110 | 11 | 101110 | 0 | 1100011 | 100 | 1011000 | 1100010 | 110001 |
Color Harmonies of #86F603
Complementary color
Monochromatic Colors of #86F603
Black with #86F603
Text Example
Text Example
White with #86F603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86F603; }
p { color: rgb(134,246,3); }
H1.HeaderClassName
{
color: #86F603;
}
.AnyTagClassName
{
color: #86F603;
}
</style>
background-color css
<style>
a { background-color: #86F603; }
a { background-color: rgb(134,246,3); }
div.DivClassName
{
background-color: #86F603;
}
.BgClassName
{
background-color: #86F603;
}
</style>
border-color css
<style>
span { border-color: #86F603; }
span { border-color: rgb(134,246,3); }
td.TdClassName
{
border-color: #86F603;
}
.TagClassName
{
border-color: #86F603;
}
</style>