Shades of Chartreuse #86FF29
Tints of Chartreuse #86FF29
RGB
CMYK
RGB Variations
Color information
#86FF29 (or 0x86FF29) is known color: Chartreuse. HEX triplet: 86, FF and 29. RGB value is (134,255,41). Sum of RGB (Red+Green+Blue) = 134+255+41=430 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.16% from 430); Green value is 255 (100% from 255 or 59.30% from 430); Blue value is 41 (16.41% from 255 or 9.53% from 430); Max value from RGB is 255 - color contains mainly: green. Hex color #86FF29 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #86FF29 is #7900D6. Grayscale: #C3C3C3. Windows color (decimal): -7930071 or 2752390. OLE color: 2752390.
HSL color Cylindrical-coordinate representation of color #86FF29: hue angle of 93.93º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #86FF29 is Cyan = 0.47, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 134 | 255 | 41 | - |
| CMYK | 0.47 | 0 | 0.84 | 0 |
| HSL | 93.93º | 1% | 0.58% | - |
| HSV(B) | 93.93º | 0.84% | 1% | - |
| XYZ | 45.99 | 76.75 | 14.49 | - |
| YUV | 194.43 | 41.41 | 84.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 255 | 41 | 0.47 | 0 | 0.84 | 0 | 93.93 | 1 | 0.58 |
| Hex | 86 | FF | 29 | 2F | 0 | 54 | 0 | 5E | 64 | 3A |
| Octal | 206 | 377 | 51 | 57 | 0 | 124 | 0 | 136 | 144 | 72 |
| Binary | 10000110 | 11111111 | 101001 | 101111 | 0 | 1010100 | 0 | 1011110 | 1100100 | 111010 |
Color Harmonies of #86FF29
Complementary color
Monochromatic Colors of #86FF29
Black with #86FF29
Text Example
Text Example
White with #86FF29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86FF29; }
p { color: rgb(134,255,41); }
H1.HeaderClassName
{
color: #86FF29;
}
.AnyTagClassName
{
color: #86FF29;
}
</style>
background-color css
<style>
a { background-color: #86FF29; }
a { background-color: rgb(134,255,41); }
div.DivClassName
{
background-color: #86FF29;
}
.BgClassName
{
background-color: #86FF29;
}
</style>
border-color css
<style>
span { border-color: #86FF29; }
span { border-color: rgb(134,255,41); }
td.TdClassName
{
border-color: #86FF29;
}
.TagClassName
{
border-color: #86FF29;
}
</style>