Shades of Yellow Green #8CC533
Tints of Yellow Green #8CC533
RGB
CMYK
RGB Variations
Color information
#8CC533 (or 0x8CC533) is known color: Yellow Green. HEX triplet: 8C, C5 and 33. RGB value is (140,197,51). Sum of RGB (Red+Green+Blue) = 140+197+51=388 (51% of max value = 765). Red value is 140 (55.08% from 255 or 36.08% from 388); Green value is 197 (77.34% from 255 or 50.77% from 388); Blue value is 51 (20.31% from 255 or 13.14% from 388); Max value from RGB is 197 - color contains mainly: green. Hex color #8CC533 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CC533 is #733ACC. Grayscale: #A3A3A3. Windows color (decimal): -7551693 or 3392908. OLE color: 3392908.
HSL color Cylindrical-coordinate representation of color #8CC533: hue angle of 83.42º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8CC533 is Cyan = 0.29, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 140 | 197 | 51 | - |
| CMYK | 0.29 | 0 | 0.74 | 0.23 |
| HSL | 83.42º | 0.59% | 0.49% | - |
| HSV(B) | 83.42º | 0.74% | 0.77% | - |
| XYZ | 31.38 | 45.75 | 10.31 | - |
| YUV | 163.31 | 64.62 | 111.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 197 | 51 | 0.29 | 0 | 0.74 | 0.23 | 83.42 | 0.59 | 0.49 |
| Hex | 8C | C5 | 33 | 1D | 0 | 4A | 17 | 53 | 3B | 31 |
| Octal | 214 | 305 | 63 | 35 | 0 | 112 | 27 | 123 | 73 | 61 |
| Binary | 10001100 | 11000101 | 110011 | 11101 | 0 | 1001010 | 10111 | 1010011 | 111011 | 110001 |
Color Harmonies of #8CC533
Complementary color
Monochromatic Colors of #8CC533
Black with #8CC533
Text Example
Text Example
White with #8CC533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CC533; }
p { color: rgb(140,197,51); }
H1.HeaderClassName
{
color: #8CC533;
}
.AnyTagClassName
{
color: #8CC533;
}
</style>
background-color css
<style>
a { background-color: #8CC533; }
a { background-color: rgb(140,197,51); }
div.DivClassName
{
background-color: #8CC533;
}
.BgClassName
{
background-color: #8CC533;
}
</style>
border-color css
<style>
span { border-color: #8CC533; }
span { border-color: rgb(140,197,51); }
td.TdClassName
{
border-color: #8CC533;
}
.TagClassName
{
border-color: #8CC533;
}
</style>