Shades of Yellow Green #8CDA2A
Tints of Yellow Green #8CDA2A
RGB
CMYK
RGB Variations
Color information
#8CDA2A (or 0x8CDA2A) is known color: Yellow Green. HEX triplet: 8C, DA and 2A. RGB value is (140,218,42). Sum of RGB (Red+Green+Blue) = 140+218+42=400 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35% from 400); Green value is 218 (85.55% from 255 or 54.5% from 400); Blue value is 42 (16.80% from 255 or 10.5% from 400); Max value from RGB is 218 - color contains mainly: green. Hex color #8CDA2A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CDA2A is #7325D5. Grayscale: #AFAFAF. Windows color (decimal): -7546326 or 2808460. OLE color: 2808460.
HSL color Cylindrical-coordinate representation of color #8CDA2A: hue angle of 86.59º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8CDA2A is Cyan = 0.36, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 140 | 218 | 42 | - |
| CMYK | 0.36 | 0 | 0.81 | 0.15 |
| HSL | 86.59º | 0.7% | 0.51% | - |
| HSV(B) | 86.59º | 0.81% | 0.85% | - |
| XYZ | 36.3 | 55.89 | 11.06 | - |
| YUV | 174.61 | 53.16 | 103.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 218 | 42 | 0.36 | 0 | 0.81 | 0.15 | 86.59 | 0.7 | 0.51 |
| Hex | 8C | DA | 2A | 24 | 0 | 51 | F | 57 | 46 | 33 |
| Octal | 214 | 332 | 52 | 44 | 0 | 121 | 17 | 127 | 106 | 63 |
| Binary | 10001100 | 11011010 | 101010 | 100100 | 0 | 1010001 | 1111 | 1010111 | 1000110 | 110011 |
Color Harmonies of #8CDA2A
Complementary color
Monochromatic Colors of #8CDA2A
Black with #8CDA2A
Text Example
Text Example
White with #8CDA2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CDA2A; }
p { color: rgb(140,218,42); }
H1.HeaderClassName
{
color: #8CDA2A;
}
.AnyTagClassName
{
color: #8CDA2A;
}
</style>
background-color css
<style>
a { background-color: #8CDA2A; }
a { background-color: rgb(140,218,42); }
div.DivClassName
{
background-color: #8CDA2A;
}
.BgClassName
{
background-color: #8CDA2A;
}
</style>
border-color css
<style>
span { border-color: #8CDA2A; }
span { border-color: rgb(140,218,42); }
td.TdClassName
{
border-color: #8CDA2A;
}
.TagClassName
{
border-color: #8CDA2A;
}
</style>