Shades of Yellow Green #8CDD16
Tints of Yellow Green #8CDD16
RGB
CMYK
RGB Variations
Color information
#8CDD16 (or 0x8CDD16) is known color: Yellow Green. HEX triplet: 8C, DD and 16. RGB value is (140,221,22). Sum of RGB (Red+Green+Blue) = 140+221+22=383 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.55% from 383); Green value is 221 (86.72% from 255 or 57.70% from 383); Blue value is 22 (8.98% from 255 or 5.74% from 383); Max value from RGB is 221 - color contains mainly: green. Hex color #8CDD16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CDD16 is #7322E9. Grayscale: #AEAEAE. Windows color (decimal): -7545578 or 1498508. OLE color: 1498508.
HSL color Cylindrical-coordinate representation of color #8CDD16: hue angle of 84.42º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8CDD16 is Cyan = 0.37, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 140 | 221 | 22 | - |
| CMYK | 0.37 | 0 | 0.90 | 0.13 |
| HSL | 84.42º | 0.82% | 0.48% | - |
| HSV(B) | 84.42º | 0.9% | 0.87% | - |
| XYZ | 36.82 | 57.35 | 9.89 | - |
| YUV | 174.1 | 42.16 | 103.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 221 | 22 | 0.37 | 0 | 0.90 | 0.13 | 84.42 | 0.82 | 0.48 |
| Hex | 8C | DD | 16 | 25 | 0 | 5A | D | 54 | 52 | 30 |
| Octal | 214 | 335 | 26 | 45 | 0 | 132 | 15 | 124 | 122 | 60 |
| Binary | 10001100 | 11011101 | 10110 | 100101 | 0 | 1011010 | 1101 | 1010100 | 1010010 | 110000 |
Color Harmonies of #8CDD16
Complementary color
Monochromatic Colors of #8CDD16
Black with #8CDD16
Text Example
Text Example
White with #8CDD16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CDD16; }
p { color: rgb(140,221,22); }
H1.HeaderClassName
{
color: #8CDD16;
}
.AnyTagClassName
{
color: #8CDD16;
}
</style>
background-color css
<style>
a { background-color: #8CDD16; }
a { background-color: rgb(140,221,22); }
div.DivClassName
{
background-color: #8CDD16;
}
.BgClassName
{
background-color: #8CDD16;
}
</style>
border-color css
<style>
span { border-color: #8CDD16; }
span { border-color: rgb(140,221,22); }
td.TdClassName
{
border-color: #8CDD16;
}
.TagClassName
{
border-color: #8CDD16;
}
</style>