Shades of Yellow Green #8CCB34
Tints of Yellow Green #8CCB34
RGB
CMYK
RGB Variations
Color information
#8CCB34 (or 0x8CCB34) is known color: Yellow Green. HEX triplet: 8C, CB and 34. RGB value is (140,203,52). Sum of RGB (Red+Green+Blue) = 140+203+52=395 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.44% from 395); Green value is 203 (79.69% from 255 or 51.39% from 395); Blue value is 52 (20.70% from 255 or 13.16% from 395); Max value from RGB is 203 - color contains mainly: green. Hex color #8CCB34 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CCB34 is #7334CB. Grayscale: #A7A7A7. Windows color (decimal): -7550156 or 3459980. OLE color: 3459980.
HSL color Cylindrical-coordinate representation of color #8CCB34: hue angle of 85.03º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8CCB34 is Cyan = 0.31, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 140 | 203 | 52 | - |
| CMYK | 0.31 | 0 | 0.74 | 0.20 |
| HSL | 85.03º | 0.59% | 0.5% | - |
| HSV(B) | 85.03º | 0.74% | 0.8% | - |
| XYZ | 32.79 | 48.54 | 10.89 | - |
| YUV | 166.95 | 63.13 | 108.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 203 | 52 | 0.31 | 0 | 0.74 | 0.20 | 85.03 | 0.59 | 0.5 |
| Hex | 8C | CB | 34 | 1F | 0 | 4A | 14 | 55 | 3B | 32 |
| Octal | 214 | 313 | 64 | 37 | 0 | 112 | 24 | 125 | 73 | 62 |
| Binary | 10001100 | 11001011 | 110100 | 11111 | 0 | 1001010 | 10100 | 1010101 | 111011 | 110010 |
Color Harmonies of #8CCB34
Complementary color
Monochromatic Colors of #8CCB34
Black with #8CCB34
Text Example
Text Example
White with #8CCB34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CCB34; }
p { color: rgb(140,203,52); }
H1.HeaderClassName
{
color: #8CCB34;
}
.AnyTagClassName
{
color: #8CCB34;
}
</style>
background-color css
<style>
a { background-color: #8CCB34; }
a { background-color: rgb(140,203,52); }
div.DivClassName
{
background-color: #8CCB34;
}
.BgClassName
{
background-color: #8CCB34;
}
</style>
border-color css
<style>
span { border-color: #8CCB34; }
span { border-color: rgb(140,203,52); }
td.TdClassName
{
border-color: #8CCB34;
}
.TagClassName
{
border-color: #8CCB34;
}
</style>