Shades of Yellow Green #8DCC21
Tints of Yellow Green #8DCC21
RGB
CMYK
RGB Variations
Color information
#8DCC21 (or 0x8DCC21) is known color: Yellow Green. HEX triplet: 8D, CC and 21. RGB value is (141,204,33). Sum of RGB (Red+Green+Blue) = 141+204+33=378 (50% of max value = 765). Red value is 141 (55.47% from 255 or 37.30% from 378); Green value is 204 (80.08% from 255 or 53.97% from 378); Blue value is 33 (13.28% from 255 or 8.73% from 378); Max value from RGB is 204 - color contains mainly: green. Hex color #8DCC21 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DCC21 is #7233DE. Grayscale: #A6A6A6. Windows color (decimal): -7484383 or 2215053. OLE color: 2215053.
HSL color Cylindrical-coordinate representation of color #8DCC21: hue angle of 82.11º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8DCC21 is Cyan = 0.31, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 141 | 204 | 33 | - |
| CMYK | 0.31 | 0 | 0.84 | 0.2 |
| HSL | 82.11º | 0.72% | 0.46% | - |
| HSV(B) | 82.11º | 0.84% | 0.8% | - |
| XYZ | 32.85 | 48.96 | 9.16 | - |
| YUV | 165.67 | 53.13 | 110.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 204 | 33 | 0.31 | 0 | 0.84 | 0.2 | 82.11 | 0.72 | 0.46 |
| Hex | 8D | CC | 21 | 1F | 0 | 54 | 14 | 52 | 48 | 2E |
| Octal | 215 | 314 | 41 | 37 | 0 | 124 | 24 | 122 | 110 | 56 |
| Binary | 10001101 | 11001100 | 100001 | 11111 | 0 | 1010100 | 10100 | 1010010 | 1001000 | 101110 |
Color Harmonies of #8DCC21
Complementary color
Monochromatic Colors of #8DCC21
Black with #8DCC21
Text Example
Text Example
White with #8DCC21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DCC21; }
p { color: rgb(141,204,33); }
H1.HeaderClassName
{
color: #8DCC21;
}
.AnyTagClassName
{
color: #8DCC21;
}
</style>
background-color css
<style>
a { background-color: #8DCC21; }
a { background-color: rgb(141,204,33); }
div.DivClassName
{
background-color: #8DCC21;
}
.BgClassName
{
background-color: #8DCC21;
}
</style>
border-color css
<style>
span { border-color: #8DCC21; }
span { border-color: rgb(141,204,33); }
td.TdClassName
{
border-color: #8DCC21;
}
.TagClassName
{
border-color: #8DCC21;
}
</style>