Shades of Yellow Green #86DB1B
Tints of Yellow Green #86DB1B
RGB
CMYK
RGB Variations
Color information
#86DB1B (or 0x86DB1B) is known color: Yellow Green. HEX triplet: 86, DB and 1B. RGB value is (134,219,27). Sum of RGB (Red+Green+Blue) = 134+219+27=380 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.26% from 380); Green value is 219 (85.94% from 255 or 57.63% from 380); Blue value is 27 (10.94% from 255 or 7.11% from 380); Max value from RGB is 219 - color contains mainly: green. Hex color #86DB1B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86DB1B is #7924E4. Grayscale: #ACACAC. Windows color (decimal): -7939301 or 1825670. OLE color: 1825670.
HSL color Cylindrical-coordinate representation of color #86DB1B: hue angle of 86.56º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #86DB1B is Cyan = 0.39, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 134 | 219 | 27 | - |
| CMYK | 0.39 | 0 | 0.88 | 0.14 |
| HSL | 86.56º | 0.78% | 0.48% | - |
| HSV(B) | 86.56º | 0.88% | 0.86% | - |
| XYZ | 35.36 | 55.81 | 9.95 | - |
| YUV | 171.7 | 46.34 | 101.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 219 | 27 | 0.39 | 0 | 0.88 | 0.14 | 86.56 | 0.78 | 0.48 |
| Hex | 86 | DB | 1B | 27 | 0 | 58 | E | 57 | 4E | 30 |
| Octal | 206 | 333 | 33 | 47 | 0 | 130 | 16 | 127 | 116 | 60 |
| Binary | 10000110 | 11011011 | 11011 | 100111 | 0 | 1011000 | 1110 | 1010111 | 1001110 | 110000 |
Color Harmonies of #86DB1B
Complementary color
Monochromatic Colors of #86DB1B
Black with #86DB1B
Text Example
Text Example
White with #86DB1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86DB1B; }
p { color: rgb(134,219,27); }
H1.HeaderClassName
{
color: #86DB1B;
}
.AnyTagClassName
{
color: #86DB1B;
}
</style>
background-color css
<style>
a { background-color: #86DB1B; }
a { background-color: rgb(134,219,27); }
div.DivClassName
{
background-color: #86DB1B;
}
.BgClassName
{
background-color: #86DB1B;
}
</style>
border-color css
<style>
span { border-color: #86DB1B; }
span { border-color: rgb(134,219,27); }
td.TdClassName
{
border-color: #86DB1B;
}
.TagClassName
{
border-color: #86DB1B;
}
</style>