Shades of Yellow Green #8CDA13
Tints of Yellow Green #8CDA13
RGB
CMYK
RGB Variations
Color information
#8CDA13 (or 0x8CDA13) is known color: Yellow Green. HEX triplet: 8C, DA and 13. RGB value is (140,218,19). Sum of RGB (Red+Green+Blue) = 140+218+19=377 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.14% from 377); Green value is 218 (85.55% from 255 or 57.82% from 377); Blue value is 19 (7.81% from 255 or 5.04% from 377); Max value from RGB is 218 - color contains mainly: green. Hex color #8CDA13 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CDA13 is #7325EC. Grayscale: #ACACAC. Windows color (decimal): -7546349 or 1301132. OLE color: 1301132.
HSL color Cylindrical-coordinate representation of color #8CDA13: hue angle of 83.52º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8CDA13 is Cyan = 0.36, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 140 | 218 | 19 | - |
| CMYK | 0.36 | 0 | 0.91 | 0.15 |
| HSL | 83.52º | 0.84% | 0.46% | - |
| HSV(B) | 83.52º | 0.91% | 0.85% | - |
| XYZ | 36 | 55.77 | 9.48 | - |
| YUV | 171.99 | 41.66 | 105.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 218 | 19 | 0.36 | 0 | 0.91 | 0.15 | 83.52 | 0.84 | 0.46 |
| Hex | 8C | DA | 13 | 24 | 0 | 5B | F | 54 | 54 | 2E |
| Octal | 214 | 332 | 23 | 44 | 0 | 133 | 17 | 124 | 124 | 56 |
| Binary | 10001100 | 11011010 | 10011 | 100100 | 0 | 1011011 | 1111 | 1010100 | 1010100 | 101110 |
Color Harmonies of #8CDA13
Complementary color
Monochromatic Colors of #8CDA13
Black with #8CDA13
Text Example
Text Example
White with #8CDA13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CDA13; }
p { color: rgb(140,218,19); }
H1.HeaderClassName
{
color: #8CDA13;
}
.AnyTagClassName
{
color: #8CDA13;
}
</style>
background-color css
<style>
a { background-color: #8CDA13; }
a { background-color: rgb(140,218,19); }
div.DivClassName
{
background-color: #8CDA13;
}
.BgClassName
{
background-color: #8CDA13;
}
</style>
border-color css
<style>
span { border-color: #8CDA13; }
span { border-color: rgb(140,218,19); }
td.TdClassName
{
border-color: #8CDA13;
}
.TagClassName
{
border-color: #8CDA13;
}
</style>