Shades of Chartreuse #86FB28
Tints of Chartreuse #86FB28
RGB
CMYK
RGB Variations
Color information
#86FB28 (or 0x86FB28) is known color: Chartreuse. HEX triplet: 86, FB and 28. RGB value is (134,251,40). Sum of RGB (Red+Green+Blue) = 134+251+40=425 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.53% from 425); Green value is 251 (98.44% from 255 or 59.06% from 425); Blue value is 40 (16.02% from 255 or 9.41% from 425); Max value from RGB is 251 - color contains mainly: green. Hex color #86FB28 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #86FB28 is #7904D7. Grayscale: #C0C0C0. Windows color (decimal): -7931096 or 2685830. OLE color: 2685830.
HSL color Cylindrical-coordinate representation of color #86FB28: hue angle of 93.27º 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 #86FB28 is Cyan = 0.47, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 134 | 251 | 40 | - |
| CMYK | 0.47 | 0 | 0.84 | 0.02 |
| HSL | 93.27º | 0.96% | 0.57% | - |
| HSV(B) | 93.27º | 0.84% | 0.98% | - |
| XYZ | 44.71 | 74.22 | 13.98 | - |
| YUV | 191.96 | 42.24 | 86.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 251 | 40 | 0.47 | 0 | 0.84 | 0.02 | 93.27 | 0.96 | 0.57 |
| Hex | 86 | FB | 28 | 2F | 0 | 54 | 2 | 5D | 60 | 39 |
| Octal | 206 | 373 | 50 | 57 | 0 | 124 | 2 | 135 | 140 | 71 |
| Binary | 10000110 | 11111011 | 101000 | 101111 | 0 | 1010100 | 10 | 1011101 | 1100000 | 111001 |
Color Harmonies of #86FB28
Complementary color
Monochromatic Colors of #86FB28
Black with #86FB28
Text Example
Text Example
White with #86FB28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86FB28; }
p { color: rgb(134,251,40); }
H1.HeaderClassName
{
color: #86FB28;
}
.AnyTagClassName
{
color: #86FB28;
}
</style>
background-color css
<style>
a { background-color: #86FB28; }
a { background-color: rgb(134,251,40); }
div.DivClassName
{
background-color: #86FB28;
}
.BgClassName
{
background-color: #86FB28;
}
</style>
border-color css
<style>
span { border-color: #86FB28; }
span { border-color: rgb(134,251,40); }
td.TdClassName
{
border-color: #86FB28;
}
.TagClassName
{
border-color: #86FB28;
}
</style>