Shades of Yellow Green #8CDC30
Tints of Yellow Green #8CDC30
RGB
CMYK
RGB Variations
Color information
#8CDC30 (or 0x8CDC30) is known color: Yellow Green. HEX triplet: 8C, DC and 30. RGB value is (140,220,48). Sum of RGB (Red+Green+Blue) = 140+220+48=408 (54% of max value = 765). Red value is 140 (55.08% from 255 or 34.31% from 408); Green value is 220 (86.33% from 255 or 53.92% from 408); Blue value is 48 (19.14% from 255 or 11.76% from 408); Max value from RGB is 220 - color contains mainly: green. Hex color #8CDC30 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CDC30 is #7323CF. Grayscale: #B1B1B1. Windows color (decimal): -7545808 or 3202188. OLE color: 3202188.
HSL color Cylindrical-coordinate representation of color #8CDC30: hue angle of 87.91º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8CDC30 is Cyan = 0.36, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 140 | 220 | 48 | - |
| CMYK | 0.36 | 0 | 0.78 | 0.14 |
| HSL | 87.91º | 0.71% | 0.53% | - |
| HSV(B) | 87.91º | 0.78% | 0.86% | - |
| XYZ | 36.94 | 56.98 | 11.85 | - |
| YUV | 176.47 | 55.5 | 101.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 220 | 48 | 0.36 | 0 | 0.78 | 0.14 | 87.91 | 0.71 | 0.53 |
| Hex | 8C | DC | 30 | 24 | 0 | 4E | E | 58 | 47 | 35 |
| Octal | 214 | 334 | 60 | 44 | 0 | 116 | 16 | 130 | 107 | 65 |
| Binary | 10001100 | 11011100 | 110000 | 100100 | 0 | 1001110 | 1110 | 1011000 | 1000111 | 110101 |
Color Harmonies of #8CDC30
Complementary color
Monochromatic Colors of #8CDC30
Black with #8CDC30
Text Example
Text Example
White with #8CDC30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CDC30; }
p { color: rgb(140,220,48); }
H1.HeaderClassName
{
color: #8CDC30;
}
.AnyTagClassName
{
color: #8CDC30;
}
</style>
background-color css
<style>
a { background-color: #8CDC30; }
a { background-color: rgb(140,220,48); }
div.DivClassName
{
background-color: #8CDC30;
}
.BgClassName
{
background-color: #8CDC30;
}
</style>
border-color css
<style>
span { border-color: #8CDC30; }
span { border-color: rgb(140,220,48); }
td.TdClassName
{
border-color: #8CDC30;
}
.TagClassName
{
border-color: #8CDC30;
}
</style>