Shades of Yellow Green #8CD21D
Tints of Yellow Green #8CD21D
RGB
CMYK
RGB Variations
Color information
#8CD21D (or 0x8CD21D) is known color: Yellow Green. HEX triplet: 8C, D2 and 1D. RGB value is (140,210,29). Sum of RGB (Red+Green+Blue) = 140+210+29=379 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.94% from 379); Green value is 210 (82.42% from 255 or 55.41% from 379); Blue value is 29 (11.72% from 255 or 7.65% from 379); Max value from RGB is 210 - color contains mainly: green. Hex color #8CD21D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CD21D is #732DE2. Grayscale: #A9A9A9. Windows color (decimal): -7548387 or 1954444. OLE color: 1954444.
HSL color Cylindrical-coordinate representation of color #8CD21D: hue angle of 83.2º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8CD21D is Cyan = 0.33, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 140 | 210 | 29 | - |
| CMYK | 0.33 | 0 | 0.86 | 0.18 |
| HSL | 83.2º | 0.76% | 0.47% | - |
| HSV(B) | 83.2º | 0.86% | 0.82% | - |
| XYZ | 34.08 | 51.76 | 9.36 | - |
| YUV | 168.44 | 49.31 | 107.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 210 | 29 | 0.33 | 0 | 0.86 | 0.18 | 83.2 | 0.76 | 0.47 |
| Hex | 8C | D2 | 1D | 21 | 0 | 56 | 12 | 53 | 4C | 2F |
| Octal | 214 | 322 | 35 | 41 | 0 | 126 | 22 | 123 | 114 | 57 |
| Binary | 10001100 | 11010010 | 11101 | 100001 | 0 | 1010110 | 10010 | 1010011 | 1001100 | 101111 |
Color Harmonies of #8CD21D
Complementary color
Monochromatic Colors of #8CD21D
Black with #8CD21D
Text Example
Text Example
White with #8CD21D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CD21D; }
p { color: rgb(140,210,29); }
H1.HeaderClassName
{
color: #8CD21D;
}
.AnyTagClassName
{
color: #8CD21D;
}
</style>
background-color css
<style>
a { background-color: #8CD21D; }
a { background-color: rgb(140,210,29); }
div.DivClassName
{
background-color: #8CD21D;
}
.BgClassName
{
background-color: #8CD21D;
}
</style>
border-color css
<style>
span { border-color: #8CD21D; }
span { border-color: rgb(140,210,29); }
td.TdClassName
{
border-color: #8CD21D;
}
.TagClassName
{
border-color: #8CD21D;
}
</style>