Shades of Yellow Green #93C225
Tints of Yellow Green #93C225
RGB
CMYK
RGB Variations
Color information
#93C225 (or 0x93C225) is known color: Yellow Green. HEX triplet: 93, C2 and 25. RGB value is (147,194,37). Sum of RGB (Red+Green+Blue) = 147+194+37=378 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.89% from 378); Green value is 194 (76.17% from 255 or 51.32% from 378); Blue value is 37 (14.84% from 255 or 9.79% from 378); Max value from RGB is 194 - color contains mainly: green. Hex color #93C225 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #93C225 is #6C3DDA. Grayscale: #A2A2A2. Windows color (decimal): -7093723 or 2474643. OLE color: 2474643.
HSL color Cylindrical-coordinate representation of color #93C225: hue angle of 77.96º 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 #93C225 is Cyan = 0.24, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 147 | 194 | 37 | - |
| CMYK | 0.24 | 0 | 0.81 | 0.24 |
| HSL | 77.96º | 0.68% | 0.45% | - |
| HSV(B) | 77.96º | 0.81% | 0.76% | - |
| XYZ | 31.66 | 44.92 | 8.75 | - |
| YUV | 162.05 | 57.43 | 117.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 194 | 37 | 0.24 | 0 | 0.81 | 0.24 | 77.96 | 0.68 | 0.45 |
| Hex | 93 | C2 | 25 | 18 | 0 | 51 | 18 | 4E | 44 | 2D |
| Octal | 223 | 302 | 45 | 30 | 0 | 121 | 30 | 116 | 104 | 55 |
| Binary | 10010011 | 11000010 | 100101 | 11000 | 0 | 1010001 | 11000 | 1001110 | 1000100 | 101101 |
Color Harmonies of #93C225
Complementary color
Monochromatic Colors of #93C225
Black with #93C225
Text Example
Text Example
White with #93C225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93C225; }
p { color: rgb(147,194,37); }
H1.HeaderClassName
{
color: #93C225;
}
.AnyTagClassName
{
color: #93C225;
}
</style>
background-color css
<style>
a { background-color: #93C225; }
a { background-color: rgb(147,194,37); }
div.DivClassName
{
background-color: #93C225;
}
.BgClassName
{
background-color: #93C225;
}
</style>
border-color css
<style>
span { border-color: #93C225; }
span { border-color: rgb(147,194,37); }
td.TdClassName
{
border-color: #93C225;
}
.TagClassName
{
border-color: #93C225;
}
</style>