Shades of Yellow Green #93C531
Tints of Yellow Green #93C531
RGB
CMYK
RGB Variations
Color information
#93C531 (or 0x93C531) is known color: Yellow Green. HEX triplet: 93, C5 and 31. RGB value is (147,197,49). Sum of RGB (Red+Green+Blue) = 147+197+49=393 (52% of max value = 765). Red value is 147 (57.81% from 255 or 37.40% from 393); Green value is 197 (77.34% from 255 or 50.13% from 393); Blue value is 49 (19.53% from 255 or 12.47% from 393); Max value from RGB is 197 - color contains mainly: green. Hex color #93C531 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #93C531 is #6C3ACE. Grayscale: #A5A5A5. Windows color (decimal): -7092943 or 3261843. OLE color: 3261843.
HSL color Cylindrical-coordinate representation of color #93C531: hue angle of 80.27º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #93C531 is Cyan = 0.25, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 147 | 197 | 49 | - |
| CMYK | 0.25 | 0 | 0.75 | 0.23 |
| HSL | 80.27º | 0.6% | 0.48% | - |
| HSV(B) | 80.27º | 0.75% | 0.77% | - |
| XYZ | 32.55 | 46.36 | 10.14 | - |
| YUV | 165.18 | 62.44 | 115.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 197 | 49 | 0.25 | 0 | 0.75 | 0.23 | 80.27 | 0.6 | 0.48 |
| Hex | 93 | C5 | 31 | 19 | 0 | 4B | 17 | 50 | 3C | 30 |
| Octal | 223 | 305 | 61 | 31 | 0 | 113 | 27 | 120 | 74 | 60 |
| Binary | 10010011 | 11000101 | 110001 | 11001 | 0 | 1001011 | 10111 | 1010000 | 111100 | 110000 |
Color Harmonies of #93C531
Complementary color
Monochromatic Colors of #93C531
Black with #93C531
Text Example
Text Example
White with #93C531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93C531; }
p { color: rgb(147,197,49); }
H1.HeaderClassName
{
color: #93C531;
}
.AnyTagClassName
{
color: #93C531;
}
</style>
background-color css
<style>
a { background-color: #93C531; }
a { background-color: rgb(147,197,49); }
div.DivClassName
{
background-color: #93C531;
}
.BgClassName
{
background-color: #93C531;
}
</style>
border-color css
<style>
span { border-color: #93C531; }
span { border-color: rgb(147,197,49); }
td.TdClassName
{
border-color: #93C531;
}
.TagClassName
{
border-color: #93C531;
}
</style>