Shades of Chartreuse #86FB27
Tints of Chartreuse #86FB27
RGB
CMYK
RGB Variations
Color information
#86FB27 (or 0x86FB27) is known color: Chartreuse. HEX triplet: 86, FB and 27. RGB value is (134,251,39). Sum of RGB (Red+Green+Blue) = 134+251+39=424 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.60% from 424); Green value is 251 (98.44% from 255 or 59.20% from 424); Blue value is 39 (15.62% from 255 or 9.20% from 424); Max value from RGB is 251 - color contains mainly: green. Hex color #86FB27 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #86FB27 is #7904D8. Grayscale: #C0C0C0. Windows color (decimal): -7931097 or 2620294. OLE color: 2620294.
HSL color Cylindrical-coordinate representation of color #86FB27: hue angle of 93.11º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #86FB27 is Cyan = 0.47, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 134 | 251 | 39 | - |
| CMYK | 0.47 | 0 | 0.84 | 0.02 |
| HSL | 93.11º | 0.96% | 0.57% | - |
| HSV(B) | 93.11º | 0.84% | 0.98% | - |
| XYZ | 44.69 | 74.21 | 13.89 | - |
| YUV | 191.85 | 41.74 | 86.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 251 | 39 | 0.47 | 0 | 0.84 | 0.02 | 93.11 | 0.96 | 0.57 |
| Hex | 86 | FB | 27 | 2F | 0 | 54 | 2 | 5D | 60 | 39 |
| Octal | 206 | 373 | 47 | 57 | 0 | 124 | 2 | 135 | 140 | 71 |
| Binary | 10000110 | 11111011 | 100111 | 101111 | 0 | 1010100 | 10 | 1011101 | 1100000 | 111001 |
Color Harmonies of #86FB27
Complementary color
Monochromatic Colors of #86FB27
Black with #86FB27
Text Example
Text Example
White with #86FB27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86FB27; }
p { color: rgb(134,251,39); }
H1.HeaderClassName
{
color: #86FB27;
}
.AnyTagClassName
{
color: #86FB27;
}
</style>
background-color css
<style>
a { background-color: #86FB27; }
a { background-color: rgb(134,251,39); }
div.DivClassName
{
background-color: #86FB27;
}
.BgClassName
{
background-color: #86FB27;
}
</style>
border-color css
<style>
span { border-color: #86FB27; }
span { border-color: rgb(134,251,39); }
td.TdClassName
{
border-color: #86FB27;
}
.TagClassName
{
border-color: #86FB27;
}
</style>