Shades of Yellow Green #8CCD35
Tints of Yellow Green #8CCD35
RGB
CMYK
RGB Variations
Color information
#8CCD35 (or 0x8CCD35) is known color: Yellow Green. HEX triplet: 8C, CD and 35. RGB value is (140,205,53). Sum of RGB (Red+Green+Blue) = 140+205+53=398 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.18% from 398); Green value is 205 (80.47% from 255 or 51.51% from 398); Blue value is 53 (21.09% from 255 or 13.32% from 398); Max value from RGB is 205 - color contains mainly: green. Hex color #8CCD35 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CCD35 is #7332CA. Grayscale: #A8A8A8. Windows color (decimal): -7549643 or 3526028. OLE color: 3526028.
HSL color Cylindrical-coordinate representation of color #8CCD35: hue angle of 85.66º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8CCD35 is Cyan = 0.32, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 140 | 205 | 53 | - |
| CMYK | 0.32 | 0 | 0.74 | 0.20 |
| HSL | 85.66º | 0.6% | 0.51% | - |
| HSV(B) | 85.66º | 0.74% | 0.8% | - |
| XYZ | 33.29 | 49.5 | 11.17 | - |
| YUV | 168.24 | 62.97 | 107.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 205 | 53 | 0.32 | 0 | 0.74 | 0.20 | 85.66 | 0.6 | 0.51 |
| Hex | 8C | CD | 35 | 20 | 0 | 4A | 14 | 56 | 3C | 33 |
| Octal | 214 | 315 | 65 | 40 | 0 | 112 | 24 | 126 | 74 | 63 |
| Binary | 10001100 | 11001101 | 110101 | 100000 | 0 | 1001010 | 10100 | 1010110 | 111100 | 110011 |
Color Harmonies of #8CCD35
Complementary color
Monochromatic Colors of #8CCD35
Black with #8CCD35
Text Example
Text Example
White with #8CCD35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CCD35; }
p { color: rgb(140,205,53); }
H1.HeaderClassName
{
color: #8CCD35;
}
.AnyTagClassName
{
color: #8CCD35;
}
</style>
background-color css
<style>
a { background-color: #8CCD35; }
a { background-color: rgb(140,205,53); }
div.DivClassName
{
background-color: #8CCD35;
}
.BgClassName
{
background-color: #8CCD35;
}
</style>
border-color css
<style>
span { border-color: #8CCD35; }
span { border-color: rgb(140,205,53); }
td.TdClassName
{
border-color: #8CCD35;
}
.TagClassName
{
border-color: #8CCD35;
}
</style>