Shades of Yellow Green #8CDD2E
Tints of Yellow Green #8CDD2E
RGB
CMYK
RGB Variations
Color information
#8CDD2E (or 0x8CDD2E) is known color: Yellow Green. HEX triplet: 8C, DD and 2E. RGB value is (140,221,46). Sum of RGB (Red+Green+Blue) = 140+221+46=407 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.40% from 407); Green value is 221 (86.72% from 255 or 54.30% from 407); Blue value is 46 (18.36% from 255 or 11.30% from 407); Max value from RGB is 221 - color contains mainly: green. Hex color #8CDD2E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CDD2E is #7322D1. Grayscale: #B1B1B1. Windows color (decimal): -7545554 or 3071372. OLE color: 3071372.
HSL color Cylindrical-coordinate representation of color #8CDD2E: hue angle of 87.77º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8CDD2E is Cyan = 0.37, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 140 | 221 | 46 | - |
| CMYK | 0.37 | 0 | 0.79 | 0.13 |
| HSL | 87.77º | 0.72% | 0.52% | - |
| HSV(B) | 87.77º | 0.79% | 0.87% | - |
| XYZ | 37.16 | 57.49 | 11.72 | - |
| YUV | 176.83 | 54.16 | 101.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 221 | 46 | 0.37 | 0 | 0.79 | 0.13 | 87.77 | 0.72 | 0.52 |
| Hex | 8C | DD | 2E | 25 | 0 | 4F | D | 58 | 48 | 34 |
| Octal | 214 | 335 | 56 | 45 | 0 | 117 | 15 | 130 | 110 | 64 |
| Binary | 10001100 | 11011101 | 101110 | 100101 | 0 | 1001111 | 1101 | 1011000 | 1001000 | 110100 |
Color Harmonies of #8CDD2E
Complementary color
Monochromatic Colors of #8CDD2E
Black with #8CDD2E
Text Example
Text Example
White with #8CDD2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CDD2E; }
p { color: rgb(140,221,46); }
H1.HeaderClassName
{
color: #8CDD2E;
}
.AnyTagClassName
{
color: #8CDD2E;
}
</style>
background-color css
<style>
a { background-color: #8CDD2E; }
a { background-color: rgb(140,221,46); }
div.DivClassName
{
background-color: #8CDD2E;
}
.BgClassName
{
background-color: #8CDD2E;
}
</style>
border-color css
<style>
span { border-color: #8CDD2E; }
span { border-color: rgb(140,221,46); }
td.TdClassName
{
border-color: #8CDD2E;
}
.TagClassName
{
border-color: #8CDD2E;
}
</style>