Shades of Yellow Green #8CCD16
Tints of Yellow Green #8CCD16
RGB
CMYK
RGB Variations
Color information
#8CCD16 (or 0x8CCD16) is known color: Yellow Green. HEX triplet: 8C, CD and 16. RGB value is (140,205,22). Sum of RGB (Red+Green+Blue) = 140+205+22=367 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.15% from 367); Green value is 205 (80.47% from 255 or 55.86% from 367); Blue value is 22 (8.98% from 255 or 5.99% from 367); Max value from RGB is 205 - color contains mainly: green. Hex color #8CCD16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CCD16 is #7332E9. Grayscale: #A5A5A5. Windows color (decimal): -7549674 or 1494412. OLE color: 1494412.
HSL color Cylindrical-coordinate representation of color #8CCD16: hue angle of 81.31º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8CCD16 is Cyan = 0.32, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 140 | 205 | 22 | - |
| CMYK | 0.32 | 0 | 0.89 | 0.20 |
| HSL | 81.31º | 0.81% | 0.45% | - |
| HSV(B) | 81.31º | 0.89% | 0.8% | - |
| XYZ | 32.79 | 49.3 | 8.55 | - |
| YUV | 164.7 | 47.47 | 110.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 205 | 22 | 0.32 | 0 | 0.89 | 0.20 | 81.31 | 0.81 | 0.45 |
| Hex | 8C | CD | 16 | 20 | 0 | 59 | 14 | 51 | 51 | 2D |
| Octal | 214 | 315 | 26 | 40 | 0 | 131 | 24 | 121 | 121 | 55 |
| Binary | 10001100 | 11001101 | 10110 | 100000 | 0 | 1011001 | 10100 | 1010001 | 1010001 | 101101 |
Color Harmonies of #8CCD16
Complementary color
Monochromatic Colors of #8CCD16
Black with #8CCD16
Text Example
Text Example
White with #8CCD16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CCD16; }
p { color: rgb(140,205,22); }
H1.HeaderClassName
{
color: #8CCD16;
}
.AnyTagClassName
{
color: #8CCD16;
}
</style>
background-color css
<style>
a { background-color: #8CCD16; }
a { background-color: rgb(140,205,22); }
div.DivClassName
{
background-color: #8CCD16;
}
.BgClassName
{
background-color: #8CCD16;
}
</style>
border-color css
<style>
span { border-color: #8CCD16; }
span { border-color: rgb(140,205,22); }
td.TdClassName
{
border-color: #8CCD16;
}
.TagClassName
{
border-color: #8CCD16;
}
</style>