Shades of Yellow Green #93C520
Tints of Yellow Green #93C520
RGB
CMYK
RGB Variations
Color information
#93C520 (or 0x93C520) is known color: Yellow Green. HEX triplet: 93, C5 and 20. RGB value is (147,197,32). Sum of RGB (Red+Green+Blue) = 147+197+32=376 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.10% from 376); Green value is 197 (77.34% from 255 or 52.39% from 376); Blue value is 32 (12.89% from 255 or 8.51% from 376); Max value from RGB is 197 - color contains mainly: green. Hex color #93C520 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #93C520 is #6C3ADF. Grayscale: #A3A3A3. Windows color (decimal): -7092960 or 2147731. OLE color: 2147731.
HSL color Cylindrical-coordinate representation of color #93C520: hue angle of 78.18º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #93C520 is Cyan = 0.25, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 147 | 197 | 32 | - |
| CMYK | 0.25 | 0 | 0.84 | 0.23 |
| HSL | 78.18º | 0.72% | 0.45% | - |
| HSV(B) | 78.18º | 0.84% | 0.77% | - |
| XYZ | 32.26 | 46.24 | 8.59 | - |
| YUV | 163.24 | 53.94 | 116.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 197 | 32 | 0.25 | 0 | 0.84 | 0.23 | 78.18 | 0.72 | 0.45 |
| Hex | 93 | C5 | 20 | 19 | 0 | 54 | 17 | 4E | 48 | 2D |
| Octal | 223 | 305 | 40 | 31 | 0 | 124 | 27 | 116 | 110 | 55 |
| Binary | 10010011 | 11000101 | 100000 | 11001 | 0 | 1010100 | 10111 | 1001110 | 1001000 | 101101 |
Color Harmonies of #93C520
Complementary color
Monochromatic Colors of #93C520
Black with #93C520
Text Example
Text Example
White with #93C520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93C520; }
p { color: rgb(147,197,32); }
H1.HeaderClassName
{
color: #93C520;
}
.AnyTagClassName
{
color: #93C520;
}
</style>
background-color css
<style>
a { background-color: #93C520; }
a { background-color: rgb(147,197,32); }
div.DivClassName
{
background-color: #93C520;
}
.BgClassName
{
background-color: #93C520;
}
</style>
border-color css
<style>
span { border-color: #93C520; }
span { border-color: rgb(147,197,32); }
td.TdClassName
{
border-color: #93C520;
}
.TagClassName
{
border-color: #93C520;
}
</style>