Shades of Yellow Green #8CC03C
Tints of Yellow Green #8CC03C
RGB
CMYK
RGB Variations
Color information
#8CC03C (or 0x8CC03C) is known color: Yellow Green. HEX triplet: 8C, C0 and 3C. RGB value is (140,192,60). Sum of RGB (Red+Green+Blue) = 140+192+60=392 (51% of max value = 765). Red value is 140 (55.08% from 255 or 35.71% from 392); Green value is 192 (75.39% from 255 or 48.98% from 392); Blue value is 60 (23.83% from 255 or 15.31% from 392); Max value from RGB is 192 - color contains mainly: green. Hex color #8CC03C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CC03C is #733FC3. Grayscale: #A1A1A1. Windows color (decimal): -7552964 or 3981452. OLE color: 3981452.
HSL color Cylindrical-coordinate representation of color #8CC03C: hue angle of 83.64º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8CC03C is Cyan = 0.27, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 140 | 192 | 60 | - |
| CMYK | 0.27 | 0 | 0.69 | 0.25 |
| HSL | 83.64º | 0.52% | 0.49% | - |
| HSV(B) | 83.64º | 0.69% | 0.75% | - |
| XYZ | 30.48 | 43.6 | 11.08 | - |
| YUV | 161.4 | 70.77 | 112.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 192 | 60 | 0.27 | 0 | 0.69 | 0.25 | 83.64 | 0.52 | 0.49 |
| Hex | 8C | C0 | 3C | 1B | 0 | 45 | 19 | 54 | 34 | 31 |
| Octal | 214 | 300 | 74 | 33 | 0 | 105 | 31 | 124 | 64 | 61 |
| Binary | 10001100 | 11000000 | 111100 | 11011 | 0 | 1000101 | 11001 | 1010100 | 110100 | 110001 |
Color Harmonies of #8CC03C
Complementary color
Monochromatic Colors of #8CC03C
Black with #8CC03C
Text Example
Text Example
White with #8CC03C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CC03C; }
p { color: rgb(140,192,60); }
H1.HeaderClassName
{
color: #8CC03C;
}
.AnyTagClassName
{
color: #8CC03C;
}
</style>
background-color css
<style>
a { background-color: #8CC03C; }
a { background-color: rgb(140,192,60); }
div.DivClassName
{
background-color: #8CC03C;
}
.BgClassName
{
background-color: #8CC03C;
}
</style>
border-color css
<style>
span { border-color: #8CC03C; }
span { border-color: rgb(140,192,60); }
td.TdClassName
{
border-color: #8CC03C;
}
.TagClassName
{
border-color: #8CC03C;
}
</style>