Shades of Yellow Green #8CCB30
Tints of Yellow Green #8CCB30
RGB
CMYK
RGB Variations
Color information
#8CCB30 (or 0x8CCB30) is known color: Yellow Green. HEX triplet: 8C, CB and 30. RGB value is (140,203,48). Sum of RGB (Red+Green+Blue) = 140+203+48=391 (51% of max value = 765). Red value is 140 (55.08% from 255 or 35.81% from 391); Green value is 203 (79.69% from 255 or 51.92% from 391); Blue value is 48 (19.14% from 255 or 12.28% from 391); Max value from RGB is 203 - color contains mainly: green. Hex color #8CCB30 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CCB30 is #7334CF. Grayscale: #A7A7A7. Windows color (decimal): -7550160 or 3197836. OLE color: 3197836.
HSL color Cylindrical-coordinate representation of color #8CCB30: hue angle of 84.39º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8CCB30 is Cyan = 0.31, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 140 | 203 | 48 | - |
| CMYK | 0.31 | 0 | 0.76 | 0.20 |
| HSL | 84.39º | 0.62% | 0.49% | - |
| HSV(B) | 84.39º | 0.76% | 0.8% | - |
| XYZ | 32.7 | 48.5 | 10.43 | - |
| YUV | 166.49 | 61.13 | 109.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 203 | 48 | 0.31 | 0 | 0.76 | 0.20 | 84.39 | 0.62 | 0.49 |
| Hex | 8C | CB | 30 | 1F | 0 | 4C | 14 | 54 | 3E | 31 |
| Octal | 214 | 313 | 60 | 37 | 0 | 114 | 24 | 124 | 76 | 61 |
| Binary | 10001100 | 11001011 | 110000 | 11111 | 0 | 1001100 | 10100 | 1010100 | 111110 | 110001 |
Color Harmonies of #8CCB30
Complementary color
Monochromatic Colors of #8CCB30
Black with #8CCB30
Text Example
Text Example
White with #8CCB30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CCB30; }
p { color: rgb(140,203,48); }
H1.HeaderClassName
{
color: #8CCB30;
}
.AnyTagClassName
{
color: #8CCB30;
}
</style>
background-color css
<style>
a { background-color: #8CCB30; }
a { background-color: rgb(140,203,48); }
div.DivClassName
{
background-color: #8CCB30;
}
.BgClassName
{
background-color: #8CCB30;
}
</style>
border-color css
<style>
span { border-color: #8CCB30; }
span { border-color: rgb(140,203,48); }
td.TdClassName
{
border-color: #8CCB30;
}
.TagClassName
{
border-color: #8CCB30;
}
</style>