Shades of Yellow Green #8CD324
Tints of Yellow Green #8CD324
RGB
CMYK
RGB Variations
Color information
#8CD324 (or 0x8CD324) is known color: Yellow Green. HEX triplet: 8C, D3 and 24. RGB value is (140,211,36). Sum of RGB (Red+Green+Blue) = 140+211+36=387 (51% of max value = 765). Red value is 140 (55.08% from 255 or 36.18% from 387); Green value is 211 (82.81% from 255 or 54.52% from 387); Blue value is 36 (14.45% from 255 or 9.30% from 387); Max value from RGB is 211 - color contains mainly: green. Hex color #8CD324 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CD324 is #732CDB. Grayscale: #AAAAAA. Windows color (decimal): -7548124 or 2413452. OLE color: 2413452.
HSL color Cylindrical-coordinate representation of color #8CD324: hue angle of 84.34º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8CD324 is Cyan = 0.34, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 140 | 211 | 36 | - |
| CMYK | 0.34 | 0 | 0.83 | 0.17 |
| HSL | 84.34º | 0.71% | 0.48% | - |
| HSV(B) | 84.34º | 0.83% | 0.83% | - |
| XYZ | 34.43 | 52.29 | 9.95 | - |
| YUV | 169.82 | 52.48 | 106.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 211 | 36 | 0.34 | 0 | 0.83 | 0.17 | 84.34 | 0.71 | 0.48 |
| Hex | 8C | D3 | 24 | 22 | 0 | 53 | 11 | 54 | 47 | 30 |
| Octal | 214 | 323 | 44 | 42 | 0 | 123 | 21 | 124 | 107 | 60 |
| Binary | 10001100 | 11010011 | 100100 | 100010 | 0 | 1010011 | 10001 | 1010100 | 1000111 | 110000 |
Color Harmonies of #8CD324
Complementary color
Monochromatic Colors of #8CD324
Black with #8CD324
Text Example
Text Example
White with #8CD324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CD324; }
p { color: rgb(140,211,36); }
H1.HeaderClassName
{
color: #8CD324;
}
.AnyTagClassName
{
color: #8CD324;
}
</style>
background-color css
<style>
a { background-color: #8CD324; }
a { background-color: rgb(140,211,36); }
div.DivClassName
{
background-color: #8CD324;
}
.BgClassName
{
background-color: #8CD324;
}
</style>
border-color css
<style>
span { border-color: #8CD324; }
span { border-color: rgb(140,211,36); }
td.TdClassName
{
border-color: #8CD324;
}
.TagClassName
{
border-color: #8CD324;
}
</style>