Shades of Yellow Green #8CDC2E
Tints of Yellow Green #8CDC2E
RGB
CMYK
RGB Variations
Color information
#8CDC2E (or 0x8CDC2E) is known color: Yellow Green. HEX triplet: 8C, DC and 2E. RGB value is (140,220,46). Sum of RGB (Red+Green+Blue) = 140+220+46=406 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.48% from 406); Green value is 220 (86.33% from 255 or 54.19% from 406); Blue value is 46 (18.36% from 255 or 11.33% from 406); Max value from RGB is 220 - color contains mainly: green. Hex color #8CDC2E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CDC2E is #7323D1. Grayscale: #B0B0B0. Windows color (decimal): -7545810 or 3071116. OLE color: 3071116.
HSL color Cylindrical-coordinate representation of color #8CDC2E: hue angle of 87.59º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8CDC2E is Cyan = 0.36, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
RGB | 140 | 220 | 46 | - |
CMYK | 0.36 | 0 | 0.79 | 0.14 |
HSL | 87.59º | 0.71% | 0.52% | - |
HSV(B) | 87.59º | 0.79% | 0.86% | - |
XYZ | 36.9 | 56.96 | 11.63 | - |
YUV | 176.24 | 54.5 | 102.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 140 | 220 | 46 | 0.36 | 0 | 0.79 | 0.14 | 87.59 | 0.71 | 0.52 |
Hex | 8C | DC | 2E | 24 | 0 | 4F | E | 58 | 47 | 34 |
Octal | 214 | 334 | 56 | 44 | 0 | 117 | 16 | 130 | 107 | 64 |
Binary | 10001100 | 11011100 | 101110 | 100100 | 0 | 1001111 | 1110 | 1011000 | 1000111 | 110100 |
Color Harmonies of #8CDC2E
Complementary color
Monochromatic Colors of #8CDC2E
Black with #8CDC2E
Text Example
Text Example
White with #8CDC2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CDC2E; }
p { color: rgb(140,220,46); }
H1.HeaderClassName
{
color: #8CDC2E;
}
.AnyTagClassName
{
color: #8CDC2E;
}
</style>
background-color css
<style>
a { background-color: #8CDC2E; }
a { background-color: rgb(140,220,46); }
div.DivClassName
{
background-color: #8CDC2E;
}
.BgClassName
{
background-color: #8CDC2E;
}
</style>
border-color css
<style>
span { border-color: #8CDC2E; }
span { border-color: rgb(140,220,46); }
td.TdClassName
{
border-color: #8CDC2E;
}
.TagClassName
{
border-color: #8CDC2E;
}
</style>