Shades of Yellow Green #8CCC31
Tints of Yellow Green #8CCC31
RGB
CMYK
RGB Variations
Color information
#8CCC31 (or 0x8CCC31) is known color: Yellow Green. HEX triplet: 8C, CC and 31. RGB value is (140,204,49). Sum of RGB (Red+Green+Blue) = 140+204+49=393 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.62% from 393); Green value is 204 (80.08% from 255 or 51.91% from 393); Blue value is 49 (19.53% from 255 or 12.47% from 393); Max value from RGB is 204 - color contains mainly: green. Hex color #8CCC31 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CCC31 is #7333CE. Grayscale: #A7A7A7. Windows color (decimal): -7549903 or 3263628. OLE color: 3263628.
HSL color Cylindrical-coordinate representation of color #8CCC31: hue angle of 84.77º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8CCC31 is Cyan = 0.31, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 140 | 204 | 49 | - |
| CMYK | 0.31 | 0 | 0.76 | 0.2 |
| HSL | 84.77º | 0.61% | 0.5% | - |
| HSV(B) | 84.77º | 0.76% | 0.8% | - |
| XYZ | 32.96 | 48.98 | 10.62 | - |
| YUV | 167.19 | 61.3 | 108.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 204 | 49 | 0.31 | 0 | 0.76 | 0.2 | 84.77 | 0.61 | 0.5 |
| Hex | 8C | CC | 31 | 1F | 0 | 4C | 14 | 55 | 3D | 32 |
| Octal | 214 | 314 | 61 | 37 | 0 | 114 | 24 | 125 | 75 | 62 |
| Binary | 10001100 | 11001100 | 110001 | 11111 | 0 | 1001100 | 10100 | 1010101 | 111101 | 110010 |
Color Harmonies of #8CCC31
Complementary color
Monochromatic Colors of #8CCC31
Black with #8CCC31
Text Example
Text Example
White with #8CCC31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CCC31; }
p { color: rgb(140,204,49); }
H1.HeaderClassName
{
color: #8CCC31;
}
.AnyTagClassName
{
color: #8CCC31;
}
</style>
background-color css
<style>
a { background-color: #8CCC31; }
a { background-color: rgb(140,204,49); }
div.DivClassName
{
background-color: #8CCC31;
}
.BgClassName
{
background-color: #8CCC31;
}
</style>
border-color css
<style>
span { border-color: #8CCC31; }
span { border-color: rgb(140,204,49); }
td.TdClassName
{
border-color: #8CCC31;
}
.TagClassName
{
border-color: #8CCC31;
}
</style>