Shades of Yellow Green #93C325
Tints of Yellow Green #93C325
RGB
CMYK
RGB Variations
Color information
#93C325 (or 0x93C325) is known color: Yellow Green. HEX triplet: 93, C3 and 25. RGB value is (147,195,37). Sum of RGB (Red+Green+Blue) = 147+195+37=379 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.79% from 379); Green value is 195 (76.56% from 255 or 51.45% from 379); Blue value is 37 (14.84% from 255 or 9.76% from 379); Max value from RGB is 195 - color contains mainly: green. Hex color #93C325 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #93C325 is #6C3CDA. Grayscale: #A3A3A3. Windows color (decimal): -7093467 or 2474899. OLE color: 2474899.
HSL color Cylindrical-coordinate representation of color #93C325: hue angle of 78.23º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #93C325 is Cyan = 0.25, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 147 | 195 | 37 | - |
| CMYK | 0.25 | 0 | 0.81 | 0.24 |
| HSL | 78.23º | 0.68% | 0.45% | - |
| HSV(B) | 78.23º | 0.81% | 0.76% | - |
| XYZ | 31.88 | 45.37 | 8.83 | - |
| YUV | 162.64 | 57.1 | 116.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 195 | 37 | 0.25 | 0 | 0.81 | 0.24 | 78.23 | 0.68 | 0.45 |
| Hex | 93 | C3 | 25 | 19 | 0 | 51 | 18 | 4E | 44 | 2D |
| Octal | 223 | 303 | 45 | 31 | 0 | 121 | 30 | 116 | 104 | 55 |
| Binary | 10010011 | 11000011 | 100101 | 11001 | 0 | 1010001 | 11000 | 1001110 | 1000100 | 101101 |
Color Harmonies of #93C325
Complementary color
Monochromatic Colors of #93C325
Black with #93C325
Text Example
Text Example
White with #93C325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93C325; }
p { color: rgb(147,195,37); }
H1.HeaderClassName
{
color: #93C325;
}
.AnyTagClassName
{
color: #93C325;
}
</style>
background-color css
<style>
a { background-color: #93C325; }
a { background-color: rgb(147,195,37); }
div.DivClassName
{
background-color: #93C325;
}
.BgClassName
{
background-color: #93C325;
}
</style>
border-color css
<style>
span { border-color: #93C325; }
span { border-color: rgb(147,195,37); }
td.TdClassName
{
border-color: #93C325;
}
.TagClassName
{
border-color: #93C325;
}
</style>