Shades of Yellow Green #8CDF16
Tints of Yellow Green #8CDF16
RGB
CMYK
RGB Variations
Color information
#8CDF16 (or 0x8CDF16) is known color: Yellow Green. HEX triplet: 8C, DF and 16. RGB value is (140,223,22). Sum of RGB (Red+Green+Blue) = 140+223+22=385 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.36% from 385); Green value is 223 (87.5% from 255 or 57.92% from 385); Blue value is 22 (8.98% from 255 or 5.71% from 385); Max value from RGB is 223 - color contains mainly: green. Hex color #8CDF16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CDF16 is #7320E9. Grayscale: #AFAFAF. Windows color (decimal): -7545066 or 1499020. OLE color: 1499020.
HSL color Cylindrical-coordinate representation of color #8CDF16: hue angle of 84.78º 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 #8CDF16 is Cyan = 0.37, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 140 | 223 | 22 | - |
| CMYK | 0.37 | 0 | 0.90 | 0.13 |
| HSL | 84.78º | 0.82% | 0.48% | - |
| HSV(B) | 84.78º | 0.9% | 0.87% | - |
| XYZ | 37.35 | 58.41 | 10.06 | - |
| YUV | 175.27 | 41.5 | 102.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 223 | 22 | 0.37 | 0 | 0.90 | 0.13 | 84.78 | 0.82 | 0.48 |
| Hex | 8C | DF | 16 | 25 | 0 | 5A | D | 55 | 52 | 30 |
| Octal | 214 | 337 | 26 | 45 | 0 | 132 | 15 | 125 | 122 | 60 |
| Binary | 10001100 | 11011111 | 10110 | 100101 | 0 | 1011010 | 1101 | 1010101 | 1010010 | 110000 |
Color Harmonies of #8CDF16
Complementary color
Monochromatic Colors of #8CDF16
Black with #8CDF16
Text Example
Text Example
White with #8CDF16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CDF16; }
p { color: rgb(140,223,22); }
H1.HeaderClassName
{
color: #8CDF16;
}
.AnyTagClassName
{
color: #8CDF16;
}
</style>
background-color css
<style>
a { background-color: #8CDF16; }
a { background-color: rgb(140,223,22); }
div.DivClassName
{
background-color: #8CDF16;
}
.BgClassName
{
background-color: #8CDF16;
}
</style>
border-color css
<style>
span { border-color: #8CDF16; }
span { border-color: rgb(140,223,22); }
td.TdClassName
{
border-color: #8CDF16;
}
.TagClassName
{
border-color: #8CDF16;
}
</style>