Shades of Chartreuse #86FD0B
Tints of Chartreuse #86FD0B
RGB
CMYK
RGB Variations
Color information
#86FD0B (or 0x86FD0B) is known color: Chartreuse. HEX triplet: 86, FD and 0B. RGB value is (134,253,11). Sum of RGB (Red+Green+Blue) = 134+253+11=398 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.67% from 398); Green value is 253 (99.22% from 255 or 63.57% from 398); Blue value is 11 (4.69% from 255 or 2.76% from 398); Max value from RGB is 253 - color contains mainly: green. Hex color #86FD0B is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #86FD0B is #7902F4. Grayscale: #BEBEBE. Windows color (decimal): -7930613 or 785798. OLE color: 785798.
HSL color Cylindrical-coordinate representation of color #86FD0B: hue angle of 89.5º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #86FD0B is Cyan = 0.47, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 134 | 253 | 11 | - |
| CMYK | 0.47 | 0 | 0.96 | 0.01 |
| HSL | 89.5º | 0.98% | 0.52% | - |
| HSV(B) | 89.5º | 0.96% | 0.99% | - |
| XYZ | 45.02 | 75.34 | 12.49 | - |
| YUV | 189.83 | 27.08 | 88.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 253 | 11 | 0.47 | 0 | 0.96 | 0.01 | 89.5 | 0.98 | 0.52 |
| Hex | 86 | FD | B | 2F | 0 | 60 | 1 | 5A | 62 | 34 |
| Octal | 206 | 375 | 13 | 57 | 0 | 140 | 1 | 132 | 142 | 64 |
| Binary | 10000110 | 11111101 | 1011 | 101111 | 0 | 1100000 | 1 | 1011010 | 1100010 | 110100 |
Color Harmonies of #86FD0B
Complementary color
Monochromatic Colors of #86FD0B
Black with #86FD0B
Text Example
Text Example
White with #86FD0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86FD0B; }
p { color: rgb(134,253,11); }
H1.HeaderClassName
{
color: #86FD0B;
}
.AnyTagClassName
{
color: #86FD0B;
}
</style>
background-color css
<style>
a { background-color: #86FD0B; }
a { background-color: rgb(134,253,11); }
div.DivClassName
{
background-color: #86FD0B;
}
.BgClassName
{
background-color: #86FD0B;
}
</style>
border-color css
<style>
span { border-color: #86FD0B; }
span { border-color: rgb(134,253,11); }
td.TdClassName
{
border-color: #86FD0B;
}
.TagClassName
{
border-color: #86FD0B;
}
</style>