Shades of Yellow Green #86CA1B
Tints of Yellow Green #86CA1B
RGB
CMYK
RGB Variations
Color information
#86CA1B (or 0x86CA1B) is known color: Yellow Green. HEX triplet: 86, CA and 1B. RGB value is (134,202,27). Sum of RGB (Red+Green+Blue) = 134+202+27=363 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.91% from 363); Green value is 202 (79.30% from 255 or 55.65% from 363); Blue value is 27 (10.94% from 255 or 7.44% from 363); Max value from RGB is 202 - color contains mainly: green. Hex color #86CA1B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86CA1B is #7935E4. Grayscale: #A2A2A2. Windows color (decimal): -7943653 or 1821318. OLE color: 1821318.
HSL color Cylindrical-coordinate representation of color #86CA1B: hue angle of 83.31º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #86CA1B is Cyan = 0.34, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 134 | 202 | 27 | - |
| CMYK | 0.34 | 0 | 0.87 | 0.21 |
| HSL | 83.31º | 0.76% | 0.45% | - |
| HSV(B) | 83.31º | 0.87% | 0.79% | - |
| XYZ | 31.15 | 47.39 | 8.54 | - |
| YUV | 161.72 | 51.97 | 108.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 202 | 27 | 0.34 | 0 | 0.87 | 0.21 | 83.31 | 0.76 | 0.45 |
| Hex | 86 | CA | 1B | 22 | 0 | 57 | 15 | 53 | 4C | 2D |
| Octal | 206 | 312 | 33 | 42 | 0 | 127 | 25 | 123 | 114 | 55 |
| Binary | 10000110 | 11001010 | 11011 | 100010 | 0 | 1010111 | 10101 | 1010011 | 1001100 | 101101 |
Color Harmonies of #86CA1B
Complementary color
Monochromatic Colors of #86CA1B
Black with #86CA1B
Text Example
Text Example
White with #86CA1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86CA1B; }
p { color: rgb(134,202,27); }
H1.HeaderClassName
{
color: #86CA1B;
}
.AnyTagClassName
{
color: #86CA1B;
}
</style>
background-color css
<style>
a { background-color: #86CA1B; }
a { background-color: rgb(134,202,27); }
div.DivClassName
{
background-color: #86CA1B;
}
.BgClassName
{
background-color: #86CA1B;
}
</style>
border-color css
<style>
span { border-color: #86CA1B; }
span { border-color: rgb(134,202,27); }
td.TdClassName
{
border-color: #86CA1B;
}
.TagClassName
{
border-color: #86CA1B;
}
</style>