Shades of Chartreuse #86FB21
Tints of Chartreuse #86FB21
RGB
CMYK
RGB Variations
Color information
#86FB21 (or 0x86FB21) is known color: Chartreuse. HEX triplet: 86, FB and 21. RGB value is (134,251,33). Sum of RGB (Red+Green+Blue) = 134+251+33=418 (55% of max value = 765). Red value is 134 (52.73% from 255 or 32.06% from 418); Green value is 251 (98.44% from 255 or 60.05% from 418); Blue value is 33 (13.28% from 255 or 7.89% from 418); Max value from RGB is 251 - color contains mainly: green. Hex color #86FB21 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #86FB21 is #7904DE. Grayscale: #BFBFBF. Windows color (decimal): -7931103 or 2227078. OLE color: 2227078.
HSL color Cylindrical-coordinate representation of color #86FB21: hue angle of 92.2º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #86FB21 is Cyan = 0.47, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 134 | 251 | 33 | - |
| CMYK | 0.47 | 0 | 0.87 | 0.02 |
| HSL | 92.2º | 0.96% | 0.56% | - |
| HSV(B) | 92.2º | 0.87% | 0.98% | - |
| XYZ | 44.6 | 74.17 | 13.4 | - |
| YUV | 191.17 | 38.74 | 87.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 251 | 33 | 0.47 | 0 | 0.87 | 0.02 | 92.2 | 0.96 | 0.56 |
| Hex | 86 | FB | 21 | 2F | 0 | 57 | 2 | 5C | 60 | 38 |
| Octal | 206 | 373 | 41 | 57 | 0 | 127 | 2 | 134 | 140 | 70 |
| Binary | 10000110 | 11111011 | 100001 | 101111 | 0 | 1010111 | 10 | 1011100 | 1100000 | 111000 |
Color Harmonies of #86FB21
Complementary color
Monochromatic Colors of #86FB21
Black with #86FB21
Text Example
Text Example
White with #86FB21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86FB21; }
p { color: rgb(134,251,33); }
H1.HeaderClassName
{
color: #86FB21;
}
.AnyTagClassName
{
color: #86FB21;
}
</style>
background-color css
<style>
a { background-color: #86FB21; }
a { background-color: rgb(134,251,33); }
div.DivClassName
{
background-color: #86FB21;
}
.BgClassName
{
background-color: #86FB21;
}
</style>
border-color css
<style>
span { border-color: #86FB21; }
span { border-color: rgb(134,251,33); }
td.TdClassName
{
border-color: #86FB21;
}
.TagClassName
{
border-color: #86FB21;
}
</style>