Shades of Yellow Green #8CDB2C
Tints of Yellow Green #8CDB2C
RGB
CMYK
RGB Variations
Color information
#8CDB2C (or 0x8CDB2C) is known color: Yellow Green. HEX triplet: 8C, DB and 2C. RGB value is (140,219,44). Sum of RGB (Red+Green+Blue) = 140+219+44=403 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.74% from 403); Green value is 219 (85.94% from 255 or 54.34% from 403); Blue value is 44 (17.58% from 255 or 10.92% from 403); Max value from RGB is 219 - color contains mainly: green. Hex color #8CDB2C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CDB2C is #7324D3. Grayscale: #B0B0B0. Windows color (decimal): -7546068 or 2939788. OLE color: 2939788.
HSL color Cylindrical-coordinate representation of color #8CDB2C: hue angle of 87.09º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8CDB2C is Cyan = 0.36, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 140 | 219 | 44 | - |
| CMYK | 0.36 | 0 | 0.80 | 0.14 |
| HSL | 87.09º | 0.71% | 0.52% | - |
| HSV(B) | 87.09º | 0.8% | 0.86% | - |
| XYZ | 36.6 | 56.42 | 11.34 | - |
| YUV | 175.43 | 53.83 | 102.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 219 | 44 | 0.36 | 0 | 0.80 | 0.14 | 87.09 | 0.71 | 0.52 |
| Hex | 8C | DB | 2C | 24 | 0 | 50 | E | 57 | 47 | 34 |
| Octal | 214 | 333 | 54 | 44 | 0 | 120 | 16 | 127 | 107 | 64 |
| Binary | 10001100 | 11011011 | 101100 | 100100 | 0 | 1010000 | 1110 | 1010111 | 1000111 | 110100 |
Color Harmonies of #8CDB2C
Complementary color
Monochromatic Colors of #8CDB2C
Black with #8CDB2C
Text Example
Text Example
White with #8CDB2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CDB2C; }
p { color: rgb(140,219,44); }
H1.HeaderClassName
{
color: #8CDB2C;
}
.AnyTagClassName
{
color: #8CDB2C;
}
</style>
background-color css
<style>
a { background-color: #8CDB2C; }
a { background-color: rgb(140,219,44); }
div.DivClassName
{
background-color: #8CDB2C;
}
.BgClassName
{
background-color: #8CDB2C;
}
</style>
border-color css
<style>
span { border-color: #8CDB2C; }
span { border-color: rgb(140,219,44); }
td.TdClassName
{
border-color: #8CDB2C;
}
.TagClassName
{
border-color: #8CDB2C;
}
</style>