Shades of Yellow Green #8CDA28
Tints of Yellow Green #8CDA28
RGB
CMYK
RGB Variations
Color information
#8CDA28 (or 0x8CDA28) is known color: Yellow Green. HEX triplet: 8C, DA and 28. RGB value is (140,218,40). Sum of RGB (Red+Green+Blue) = 140+218+40=398 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.18% from 398); Green value is 218 (85.55% from 255 or 54.77% from 398); Blue value is 40 (16.02% from 255 or 10.05% from 398); Max value from RGB is 218 - color contains mainly: green. Hex color #8CDA28 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CDA28 is #7325D7. Grayscale: #AFAFAF. Windows color (decimal): -7546328 or 2677388. OLE color: 2677388.
HSL color Cylindrical-coordinate representation of color #8CDA28: hue angle of 86.29º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8CDA28 is Cyan = 0.36, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 140 | 218 | 40 | - |
| CMYK | 0.36 | 0 | 0.82 | 0.15 |
| HSL | 86.29º | 0.71% | 0.51% | - |
| HSV(B) | 86.29º | 0.82% | 0.85% | - |
| XYZ | 36.27 | 55.87 | 10.88 | - |
| YUV | 174.39 | 52.16 | 103.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 218 | 40 | 0.36 | 0 | 0.82 | 0.15 | 86.29 | 0.71 | 0.51 |
| Hex | 8C | DA | 28 | 24 | 0 | 52 | F | 56 | 47 | 33 |
| Octal | 214 | 332 | 50 | 44 | 0 | 122 | 17 | 126 | 107 | 63 |
| Binary | 10001100 | 11011010 | 101000 | 100100 | 0 | 1010010 | 1111 | 1010110 | 1000111 | 110011 |
Color Harmonies of #8CDA28
Complementary color
Monochromatic Colors of #8CDA28
Black with #8CDA28
Text Example
Text Example
White with #8CDA28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CDA28; }
p { color: rgb(140,218,40); }
H1.HeaderClassName
{
color: #8CDA28;
}
.AnyTagClassName
{
color: #8CDA28;
}
</style>
background-color css
<style>
a { background-color: #8CDA28; }
a { background-color: rgb(140,218,40); }
div.DivClassName
{
background-color: #8CDA28;
}
.BgClassName
{
background-color: #8CDA28;
}
</style>
border-color css
<style>
span { border-color: #8CDA28; }
span { border-color: rgb(140,218,40); }
td.TdClassName
{
border-color: #8CDA28;
}
.TagClassName
{
border-color: #8CDA28;
}
</style>