Shades of Yellow Green #8CDD28
Tints of Yellow Green #8CDD28
RGB
CMYK
RGB Variations
Color information
#8CDD28 (or 0x8CDD28) is known color: Yellow Green. HEX triplet: 8C, DD and 28. RGB value is (140,221,40). Sum of RGB (Red+Green+Blue) = 140+221+40=401 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.91% from 401); Green value is 221 (86.72% from 255 or 55.11% from 401); Blue value is 40 (16.02% from 255 or 9.98% from 401); Max value from RGB is 221 - color contains mainly: green. Hex color #8CDD28 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CDD28 is #7322D7. Grayscale: #B0B0B0. Windows color (decimal): -7545560 or 2678156. OLE color: 2678156.
HSL color Cylindrical-coordinate representation of color #8CDD28: hue angle of 86.85º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8CDD28 is Cyan = 0.37, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 140 | 221 | 40 | - |
| CMYK | 0.37 | 0 | 0.82 | 0.13 |
| HSL | 86.85º | 0.73% | 0.51% | - |
| HSV(B) | 86.85º | 0.82% | 0.87% | - |
| XYZ | 37.05 | 57.44 | 11.14 | - |
| YUV | 176.15 | 51.16 | 102.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 221 | 40 | 0.37 | 0 | 0.82 | 0.13 | 86.85 | 0.73 | 0.51 |
| Hex | 8C | DD | 28 | 25 | 0 | 52 | D | 57 | 49 | 33 |
| Octal | 214 | 335 | 50 | 45 | 0 | 122 | 15 | 127 | 111 | 63 |
| Binary | 10001100 | 11011101 | 101000 | 100101 | 0 | 1010010 | 1101 | 1010111 | 1001001 | 110011 |
Color Harmonies of #8CDD28
Complementary color
Monochromatic Colors of #8CDD28
Black with #8CDD28
Text Example
Text Example
White with #8CDD28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CDD28; }
p { color: rgb(140,221,40); }
H1.HeaderClassName
{
color: #8CDD28;
}
.AnyTagClassName
{
color: #8CDD28;
}
</style>
background-color css
<style>
a { background-color: #8CDD28; }
a { background-color: rgb(140,221,40); }
div.DivClassName
{
background-color: #8CDD28;
}
.BgClassName
{
background-color: #8CDD28;
}
</style>
border-color css
<style>
span { border-color: #8CDD28; }
span { border-color: rgb(140,221,40); }
td.TdClassName
{
border-color: #8CDD28;
}
.TagClassName
{
border-color: #8CDD28;
}
</style>