Shades of Yellow Green #8CCB20
Tints of Yellow Green #8CCB20
RGB
CMYK
RGB Variations
Color information
#8CCB20 (or 0x8CCB20) is known color: Yellow Green. HEX triplet: 8C, CB and 20. RGB value is (140,203,32). Sum of RGB (Red+Green+Blue) = 140+203+32=375 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.33% from 375); Green value is 203 (79.69% from 255 or 54.13% from 375); Blue value is 32 (12.89% from 255 or 8.53% from 375); Max value from RGB is 203 - color contains mainly: green. Hex color #8CCB20 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CCB20 is #7334DF. Grayscale: #A5A5A5. Windows color (decimal): -7550176 or 2149260. OLE color: 2149260.
HSL color Cylindrical-coordinate representation of color #8CCB20: hue angle of 82.11º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8CCB20 is Cyan = 0.31, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 140 | 203 | 32 | - |
| CMYK | 0.31 | 0 | 0.84 | 0.20 |
| HSL | 82.11º | 0.73% | 0.46% | - |
| HSV(B) | 82.11º | 0.84% | 0.8% | - |
| XYZ | 32.43 | 48.39 | 9 | - |
| YUV | 164.67 | 53.13 | 110.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 203 | 32 | 0.31 | 0 | 0.84 | 0.20 | 82.11 | 0.73 | 0.46 |
| Hex | 8C | CB | 20 | 1F | 0 | 54 | 14 | 52 | 49 | 2E |
| Octal | 214 | 313 | 40 | 37 | 0 | 124 | 24 | 122 | 111 | 56 |
| Binary | 10001100 | 11001011 | 100000 | 11111 | 0 | 1010100 | 10100 | 1010010 | 1001001 | 101110 |
Color Harmonies of #8CCB20
Complementary color
Monochromatic Colors of #8CCB20
Black with #8CCB20
Text Example
Text Example
White with #8CCB20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CCB20; }
p { color: rgb(140,203,32); }
H1.HeaderClassName
{
color: #8CCB20;
}
.AnyTagClassName
{
color: #8CCB20;
}
</style>
background-color css
<style>
a { background-color: #8CCB20; }
a { background-color: rgb(140,203,32); }
div.DivClassName
{
background-color: #8CCB20;
}
.BgClassName
{
background-color: #8CCB20;
}
</style>
border-color css
<style>
span { border-color: #8CCB20; }
span { border-color: rgb(140,203,32); }
td.TdClassName
{
border-color: #8CCB20;
}
.TagClassName
{
border-color: #8CCB20;
}
</style>