Shades of Yellow Green #93C232
Tints of Yellow Green #93C232
RGB
CMYK
RGB Variations
Color information
#93C232 (or 0x93C232) is known color: Yellow Green. HEX triplet: 93, C2 and 32. RGB value is (147,194,50). Sum of RGB (Red+Green+Blue) = 147+194+50=391 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.60% from 391); Green value is 194 (76.17% from 255 or 49.62% from 391); Blue value is 50 (19.92% from 255 or 12.79% from 391); Max value from RGB is 194 - color contains mainly: green. Hex color #93C232 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #93C232 is #6C3DCD. Grayscale: #A4A4A4. Windows color (decimal): -7093710 or 3326611. OLE color: 3326611.
HSL color Cylindrical-coordinate representation of color #93C232: hue angle of 79.58º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #93C232 is Cyan = 0.24, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 147 | 194 | 50 | - |
| CMYK | 0.24 | 0 | 0.74 | 0.24 |
| HSL | 79.58º | 0.59% | 0.48% | - |
| HSV(B) | 79.58º | 0.74% | 0.76% | - |
| XYZ | 31.9 | 45.02 | 10.03 | - |
| YUV | 163.53 | 63.93 | 116.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 194 | 50 | 0.24 | 0 | 0.74 | 0.24 | 79.58 | 0.59 | 0.48 |
| Hex | 93 | C2 | 32 | 18 | 0 | 4A | 18 | 50 | 3B | 30 |
| Octal | 223 | 302 | 62 | 30 | 0 | 112 | 30 | 120 | 73 | 60 |
| Binary | 10010011 | 11000010 | 110010 | 11000 | 0 | 1001010 | 11000 | 1010000 | 111011 | 110000 |
Color Harmonies of #93C232
Complementary color
Monochromatic Colors of #93C232
Black with #93C232
Text Example
Text Example
White with #93C232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93C232; }
p { color: rgb(147,194,50); }
H1.HeaderClassName
{
color: #93C232;
}
.AnyTagClassName
{
color: #93C232;
}
</style>
background-color css
<style>
a { background-color: #93C232; }
a { background-color: rgb(147,194,50); }
div.DivClassName
{
background-color: #93C232;
}
.BgClassName
{
background-color: #93C232;
}
</style>
border-color css
<style>
span { border-color: #93C232; }
span { border-color: rgb(147,194,50); }
td.TdClassName
{
border-color: #93C232;
}
.TagClassName
{
border-color: #93C232;
}
</style>