Shades of Yellow Green #86CE13
Tints of Yellow Green #86CE13
RGB
CMYK
RGB Variations
Color information
#86CE13 (or 0x86CE13) is known color: Yellow Green. HEX triplet: 86, CE and 13. RGB value is (134,206,19). Sum of RGB (Red+Green+Blue) = 134+206+19=359 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.33% from 359); Green value is 206 (80.86% from 255 or 57.38% from 359); Blue value is 19 (7.81% from 255 or 5.29% from 359); Max value from RGB is 206 - color contains mainly: green. Hex color #86CE13 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #86CE13 is #7931EC. Grayscale: #A3A3A3. Windows color (decimal): -7942637 or 1298054. OLE color: 1298054.
HSL color Cylindrical-coordinate representation of color #86CE13: hue angle of 83.1º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #86CE13 is Cyan = 0.35, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 134 | 206 | 19 | - |
| CMYK | 0.35 | 0 | 0.91 | 0.19 |
| HSL | 83.1º | 0.83% | 0.44% | - |
| HSV(B) | 83.1º | 0.91% | 0.81% | - |
| XYZ | 32.02 | 49.26 | 8.44 | - |
| YUV | 163.15 | 46.65 | 107.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 206 | 19 | 0.35 | 0 | 0.91 | 0.19 | 83.1 | 0.83 | 0.44 |
| Hex | 86 | CE | 13 | 23 | 0 | 5B | 13 | 53 | 53 | 2C |
| Octal | 206 | 316 | 23 | 43 | 0 | 133 | 23 | 123 | 123 | 54 |
| Binary | 10000110 | 11001110 | 10011 | 100011 | 0 | 1011011 | 10011 | 1010011 | 1010011 | 101100 |
Color Harmonies of #86CE13
Complementary color
Monochromatic Colors of #86CE13
Black with #86CE13
Text Example
Text Example
White with #86CE13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86CE13; }
p { color: rgb(134,206,19); }
H1.HeaderClassName
{
color: #86CE13;
}
.AnyTagClassName
{
color: #86CE13;
}
</style>
background-color css
<style>
a { background-color: #86CE13; }
a { background-color: rgb(134,206,19); }
div.DivClassName
{
background-color: #86CE13;
}
.BgClassName
{
background-color: #86CE13;
}
</style>
border-color css
<style>
span { border-color: #86CE13; }
span { border-color: rgb(134,206,19); }
td.TdClassName
{
border-color: #86CE13;
}
.TagClassName
{
border-color: #86CE13;
}
</style>