Shades of Chartreuse #86FF03
Tints of Chartreuse #86FF03
RGB
CMYK
RGB Variations
Color information
#86FF03 (or 0x86FF03) is known color: Chartreuse. HEX triplet: 86, FF and 03. RGB value is (134,255,3). Sum of RGB (Red+Green+Blue) = 134+255+3=392 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.18% from 392); Green value is 255 (100% from 255 or 65.05% from 392); Blue value is 3 (1.56% from 255 or 0.77% from 392); Max value from RGB is 255 - color contains mainly: green. Hex color #86FF03 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #86FF03 is #7900FC. Grayscale: #BEBEBE. Windows color (decimal): -7930109 or 262022. OLE color: 262022.
HSL color Cylindrical-coordinate representation of color #86FF03: hue angle of 88.81º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #86FF03 is Cyan = 0.47, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 134 | 255 | 3 | - |
| CMYK | 0.47 | 0 | 0.99 | 0 |
| HSL | 88.81º | 1% | 0.51% | - |
| HSV(B) | 88.81º | 0.99% | 1% | - |
| XYZ | 45.61 | 76.59 | 12.47 | - |
| YUV | 190.09 | 22.41 | 87.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 255 | 3 | 0.47 | 0 | 0.99 | 0 | 88.81 | 1 | 0.51 |
| Hex | 86 | FF | 3 | 2F | 0 | 63 | 0 | 59 | 64 | 33 |
| Octal | 206 | 377 | 3 | 57 | 0 | 143 | 0 | 131 | 144 | 63 |
| Binary | 10000110 | 11111111 | 11 | 101111 | 0 | 1100011 | 0 | 1011001 | 1100100 | 110011 |
Color Harmonies of #86FF03
Complementary color
Monochromatic Colors of #86FF03
Black with #86FF03
Text Example
Text Example
White with #86FF03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86FF03; }
p { color: rgb(134,255,3); }
H1.HeaderClassName
{
color: #86FF03;
}
.AnyTagClassName
{
color: #86FF03;
}
</style>
background-color css
<style>
a { background-color: #86FF03; }
a { background-color: rgb(134,255,3); }
div.DivClassName
{
background-color: #86FF03;
}
.BgClassName
{
background-color: #86FF03;
}
</style>
border-color css
<style>
span { border-color: #86FF03; }
span { border-color: rgb(134,255,3); }
td.TdClassName
{
border-color: #86FF03;
}
.TagClassName
{
border-color: #86FF03;
}
</style>