Shades of Yellow Green #8CC02B
Tints of Yellow Green #8CC02B
RGB
CMYK
RGB Variations
Color information
#8CC02B (or 0x8CC02B) is known color: Yellow Green. HEX triplet: 8C, C0 and 2B. RGB value is (140,192,43). Sum of RGB (Red+Green+Blue) = 140+192+43=375 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.33% from 375); Green value is 192 (75.39% from 255 or 51.2% from 375); Blue value is 43 (17.19% from 255 or 11.47% from 375); Max value from RGB is 192 - color contains mainly: green. Hex color #8CC02B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CC02B is #733FD4. Grayscale: #A0A0A0. Windows color (decimal): -7552981 or 2867340. OLE color: 2867340.
HSL color Cylindrical-coordinate representation of color #8CC02B: hue angle of 80.94º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8CC02B is Cyan = 0.27, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 140 | 192 | 43 | - |
| CMYK | 0.27 | 0 | 0.78 | 0.25 |
| HSL | 80.94º | 0.63% | 0.46% | - |
| HSV(B) | 80.94º | 0.78% | 0.75% | - |
| XYZ | 30.1 | 43.45 | 9.09 | - |
| YUV | 159.47 | 62.27 | 114.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 192 | 43 | 0.27 | 0 | 0.78 | 0.25 | 80.94 | 0.63 | 0.46 |
| Hex | 8C | C0 | 2B | 1B | 0 | 4E | 19 | 51 | 3F | 2E |
| Octal | 214 | 300 | 53 | 33 | 0 | 116 | 31 | 121 | 77 | 56 |
| Binary | 10001100 | 11000000 | 101011 | 11011 | 0 | 1001110 | 11001 | 1010001 | 111111 | 101110 |
Color Harmonies of #8CC02B
Complementary color
Monochromatic Colors of #8CC02B
Black with #8CC02B
Text Example
Text Example
White with #8CC02B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CC02B; }
p { color: rgb(140,192,43); }
H1.HeaderClassName
{
color: #8CC02B;
}
.AnyTagClassName
{
color: #8CC02B;
}
</style>
background-color css
<style>
a { background-color: #8CC02B; }
a { background-color: rgb(140,192,43); }
div.DivClassName
{
background-color: #8CC02B;
}
.BgClassName
{
background-color: #8CC02B;
}
</style>
border-color css
<style>
span { border-color: #8CC02B; }
span { border-color: rgb(140,192,43); }
td.TdClassName
{
border-color: #8CC02B;
}
.TagClassName
{
border-color: #8CC02B;
}
</style>