Shades of Kelly Green #38A113
Tints of Kelly Green #38A113
RGB
CMYK
RGB Variations
Color information
#38A113 (or 0x38A113) is known color: Kelly Green. HEX triplet: 38, A1 and 13. RGB value is (56,161,19). Sum of RGB (Red+Green+Blue) = 56+161+19=236 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.73% from 236); Green value is 161 (63.28% from 255 or 68.22% from 236); Blue value is 19 (7.81% from 255 or 8.05% from 236); Max value from RGB is 161 - color contains mainly: green. Hex color #38A113 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #38A113 is #C75EEC. Grayscale: #717171. Windows color (decimal): -13065965 or 1286456. OLE color: 1286456.
HSL color Cylindrical-coordinate representation of color #38A113: hue angle of 104.37º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #38A113 is Cyan = 0.65, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 56 | 161 | 19 | - |
| CMYK | 0.65 | 0 | 0.88 | 0.37 |
| HSL | 104.37º | 0.79% | 0.35% | - |
| HSV(B) | 104.37º | 0.88% | 0.63% | - |
| XYZ | 14.49 | 26.38 | 4.94 | - |
| YUV | 113.42 | 74.71 | 87.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 161 | 19 | 0.65 | 0 | 0.88 | 0.37 | 104.37 | 0.79 | 0.35 |
| Hex | 38 | A1 | 13 | 41 | 0 | 58 | 25 | 68 | 4F | 23 |
| Octal | 70 | 241 | 23 | 101 | 0 | 130 | 45 | 150 | 117 | 43 |
| Binary | 111000 | 10100001 | 10011 | 1000001 | 0 | 1011000 | 100101 | 1101000 | 1001111 | 100011 |
Color Harmonies of #38A113
Complementary color
Monochromatic Colors of #38A113
Black with #38A113
Text Example
Text Example
White with #38A113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38A113; }
p { color: rgb(56,161,19); }
H1.HeaderClassName
{
color: #38A113;
}
.AnyTagClassName
{
color: #38A113;
}
</style>
background-color css
<style>
a { background-color: #38A113; }
a { background-color: rgb(56,161,19); }
div.DivClassName
{
background-color: #38A113;
}
.BgClassName
{
background-color: #38A113;
}
</style>
border-color css
<style>
span { border-color: #38A113; }
span { border-color: rgb(56,161,19); }
td.TdClassName
{
border-color: #38A113;
}
.TagClassName
{
border-color: #38A113;
}
</style>