Shades of Yellow Green #93D932
Tints of Yellow Green #93D932
RGB
CMYK
RGB Variations
Color information
#93D932 (or 0x93D932) is known color: Yellow Green. HEX triplet: 93, D9 and 32. RGB value is (147,217,50). Sum of RGB (Red+Green+Blue) = 147+217+50=414 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.51% from 414); Green value is 217 (85.16% from 255 or 52.42% from 414); Blue value is 50 (19.92% from 255 or 12.08% from 414); Max value from RGB is 217 - color contains mainly: green. Hex color #93D932 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #93D932 is #6C26CD. Grayscale: #B1B1B1. Windows color (decimal): -7087822 or 3332499. OLE color: 3332499.
HSL color Cylindrical-coordinate representation of color #93D932: hue angle of 85.15º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #93D932 is Cyan = 0.32, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 147 | 217 | 50 | - |
| CMYK | 0.32 | 0 | 0.77 | 0.15 |
| HSL | 85.15º | 0.69% | 0.52% | - |
| HSV(B) | 85.15º | 0.77% | 0.85% | - |
| XYZ | 37.42 | 56.06 | 11.87 | - |
| YUV | 177.03 | 56.31 | 106.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 217 | 50 | 0.32 | 0 | 0.77 | 0.15 | 85.15 | 0.69 | 0.52 |
| Hex | 93 | D9 | 32 | 20 | 0 | 4D | F | 55 | 45 | 34 |
| Octal | 223 | 331 | 62 | 40 | 0 | 115 | 17 | 125 | 105 | 64 |
| Binary | 10010011 | 11011001 | 110010 | 100000 | 0 | 1001101 | 1111 | 1010101 | 1000101 | 110100 |
Color Harmonies of #93D932
Complementary color
Monochromatic Colors of #93D932
Black with #93D932
Text Example
Text Example
White with #93D932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93D932; }
p { color: rgb(147,217,50); }
H1.HeaderClassName
{
color: #93D932;
}
.AnyTagClassName
{
color: #93D932;
}
</style>
background-color css
<style>
a { background-color: #93D932; }
a { background-color: rgb(147,217,50); }
div.DivClassName
{
background-color: #93D932;
}
.BgClassName
{
background-color: #93D932;
}
</style>
border-color css
<style>
span { border-color: #93D932; }
span { border-color: rgb(147,217,50); }
td.TdClassName
{
border-color: #93D932;
}
.TagClassName
{
border-color: #93D932;
}
</style>