Shades of Yellow Green #8CCD1C
Tints of Yellow Green #8CCD1C
RGB
CMYK
RGB Variations
Color information
#8CCD1C (or 0x8CCD1C) is known color: Yellow Green. HEX triplet: 8C, CD and 1C. RGB value is (140,205,28). Sum of RGB (Red+Green+Blue) = 140+205+28=373 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.53% from 373); Green value is 205 (80.47% from 255 or 54.96% from 373); Blue value is 28 (11.33% from 255 or 7.51% from 373); Max value from RGB is 205 - color contains mainly: green. Hex color #8CCD1C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CCD1C is #7332E3. Grayscale: #A6A6A6. Windows color (decimal): -7549668 or 1887628. OLE color: 1887628.
HSL color Cylindrical-coordinate representation of color #8CCD1C: hue angle of 82.03º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8CCD1C is Cyan = 0.32, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 140 | 205 | 28 | - |
| CMYK | 0.32 | 0 | 0.86 | 0.20 |
| HSL | 82.03º | 0.76% | 0.46% | - |
| HSV(B) | 82.03º | 0.86% | 0.8% | - |
| XYZ | 32.86 | 49.32 | 8.89 | - |
| YUV | 165.39 | 50.47 | 109.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 205 | 28 | 0.32 | 0 | 0.86 | 0.20 | 82.03 | 0.76 | 0.46 |
| Hex | 8C | CD | 1C | 20 | 0 | 56 | 14 | 52 | 4C | 2E |
| Octal | 214 | 315 | 34 | 40 | 0 | 126 | 24 | 122 | 114 | 56 |
| Binary | 10001100 | 11001101 | 11100 | 100000 | 0 | 1010110 | 10100 | 1010010 | 1001100 | 101110 |
Color Harmonies of #8CCD1C
Complementary color
Monochromatic Colors of #8CCD1C
Black with #8CCD1C
Text Example
Text Example
White with #8CCD1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CCD1C; }
p { color: rgb(140,205,28); }
H1.HeaderClassName
{
color: #8CCD1C;
}
.AnyTagClassName
{
color: #8CCD1C;
}
</style>
background-color css
<style>
a { background-color: #8CCD1C; }
a { background-color: rgb(140,205,28); }
div.DivClassName
{
background-color: #8CCD1C;
}
.BgClassName
{
background-color: #8CCD1C;
}
</style>
border-color css
<style>
span { border-color: #8CCD1C; }
span { border-color: rgb(140,205,28); }
td.TdClassName
{
border-color: #8CCD1C;
}
.TagClassName
{
border-color: #8CCD1C;
}
</style>