Shades of Yellow Green #86DF1C
Tints of Yellow Green #86DF1C
RGB
CMYK
RGB Variations
Color information
#86DF1C (or 0x86DF1C) is known color: Yellow Green. HEX triplet: 86, DF and 1C. RGB value is (134,223,28). Sum of RGB (Red+Green+Blue) = 134+223+28=385 (50% of max value = 765). Red value is 134 (52.73% from 255 or 34.81% from 385); Green value is 223 (87.5% from 255 or 57.92% from 385); Blue value is 28 (11.33% from 255 or 7.27% from 385); Max value from RGB is 223 - color contains mainly: green. Hex color #86DF1C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86DF1C is #7920E3. Grayscale: #AEAEAE. Windows color (decimal): -7938276 or 1892230. OLE color: 1892230.
HSL color Cylindrical-coordinate representation of color #86DF1C: hue angle of 87.38º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #86DF1C is Cyan = 0.40, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 134 | 223 | 28 | - |
| CMYK | 0.40 | 0 | 0.87 | 0.13 |
| HSL | 87.38º | 0.78% | 0.49% | - |
| HSV(B) | 87.38º | 0.87% | 0.87% | - |
| XYZ | 36.43 | 57.93 | 10.36 | - |
| YUV | 174.16 | 45.51 | 99.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 223 | 28 | 0.40 | 0 | 0.87 | 0.13 | 87.38 | 0.78 | 0.49 |
| Hex | 86 | DF | 1C | 28 | 0 | 57 | D | 57 | 4E | 31 |
| Octal | 206 | 337 | 34 | 50 | 0 | 127 | 15 | 127 | 116 | 61 |
| Binary | 10000110 | 11011111 | 11100 | 101000 | 0 | 1010111 | 1101 | 1010111 | 1001110 | 110001 |
Color Harmonies of #86DF1C
Complementary color
Monochromatic Colors of #86DF1C
Black with #86DF1C
Text Example
Text Example
White with #86DF1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86DF1C; }
p { color: rgb(134,223,28); }
H1.HeaderClassName
{
color: #86DF1C;
}
.AnyTagClassName
{
color: #86DF1C;
}
</style>
background-color css
<style>
a { background-color: #86DF1C; }
a { background-color: rgb(134,223,28); }
div.DivClassName
{
background-color: #86DF1C;
}
.BgClassName
{
background-color: #86DF1C;
}
</style>
border-color css
<style>
span { border-color: #86DF1C; }
span { border-color: rgb(134,223,28); }
td.TdClassName
{
border-color: #86DF1C;
}
.TagClassName
{
border-color: #86DF1C;
}
</style>