Shades of Yellow Green #86CC30
Tints of Yellow Green #86CC30
RGB
CMYK
RGB Variations
Color information
#86CC30 (or 0x86CC30) is known color: Yellow Green. HEX triplet: 86, CC and 30. RGB value is (134,204,48). Sum of RGB (Red+Green+Blue) = 134+204+48=386 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.72% from 386); Green value is 204 (80.08% from 255 or 52.85% from 386); Blue value is 48 (19.14% from 255 or 12.44% from 386); Max value from RGB is 204 - color contains mainly: green. Hex color #86CC30 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86CC30 is #7933CF. Grayscale: #A5A5A5. Windows color (decimal): -7943120 or 3198086. OLE color: 3198086.
HSL color Cylindrical-coordinate representation of color #86CC30: hue angle of 86.92º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #86CC30 is Cyan = 0.34, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 134 | 204 | 48 | - |
| CMYK | 0.34 | 0 | 0.76 | 0.2 |
| HSL | 86.92º | 0.62% | 0.49% | - |
| HSV(B) | 86.92º | 0.76% | 0.8% | - |
| XYZ | 31.96 | 48.47 | 10.47 | - |
| YUV | 165.29 | 61.81 | 105.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 204 | 48 | 0.34 | 0 | 0.76 | 0.2 | 86.92 | 0.62 | 0.49 |
| Hex | 86 | CC | 30 | 22 | 0 | 4C | 14 | 57 | 3E | 31 |
| Octal | 206 | 314 | 60 | 42 | 0 | 114 | 24 | 127 | 76 | 61 |
| Binary | 10000110 | 11001100 | 110000 | 100010 | 0 | 1001100 | 10100 | 1010111 | 111110 | 110001 |
Color Harmonies of #86CC30
Complementary color
Monochromatic Colors of #86CC30
Black with #86CC30
Text Example
Text Example
White with #86CC30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86CC30; }
p { color: rgb(134,204,48); }
H1.HeaderClassName
{
color: #86CC30;
}
.AnyTagClassName
{
color: #86CC30;
}
</style>
background-color css
<style>
a { background-color: #86CC30; }
a { background-color: rgb(134,204,48); }
div.DivClassName
{
background-color: #86CC30;
}
.BgClassName
{
background-color: #86CC30;
}
</style>
border-color css
<style>
span { border-color: #86CC30; }
span { border-color: rgb(134,204,48); }
td.TdClassName
{
border-color: #86CC30;
}
.TagClassName
{
border-color: #86CC30;
}
</style>