Shades of Kelly Green #38B513
Tints of Kelly Green #38B513
RGB
CMYK
RGB Variations
Color information
#38B513 (or 0x38B513) is known color: Kelly Green. HEX triplet: 38, B5 and 13. RGB value is (56,181,19). Sum of RGB (Red+Green+Blue) = 56+181+19=256 (33% of max value = 765). Red value is 56 (22.27% from 255 or 21.88% from 256); Green value is 181 (71.09% from 255 or 70.70% from 256); Blue value is 19 (7.81% from 255 or 7.42% from 256); Max value from RGB is 181 - color contains mainly: green. Hex color #38B513 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #38B513 is #C74AEC. Grayscale: #7D7D7D. Windows color (decimal): -13060845 or 1291576. OLE color: 1291576.
HSL color Cylindrical-coordinate representation of color #38B513: hue angle of 106.3º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #38B513 is Cyan = 0.69, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 56 | 181 | 19 | - |
| CMYK | 0.69 | 0 | 0.90 | 0.29 |
| HSL | 106.3º | 0.81% | 0.39% | - |
| HSV(B) | 106.3º | 0.9% | 0.71% | - |
| XYZ | 18.27 | 33.94 | 6.2 | - |
| YUV | 125.16 | 68.09 | 78.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 181 | 19 | 0.69 | 0 | 0.90 | 0.29 | 106.3 | 0.81 | 0.39 |
| Hex | 38 | B5 | 13 | 45 | 0 | 5A | 1D | 6A | 51 | 27 |
| Octal | 70 | 265 | 23 | 105 | 0 | 132 | 35 | 152 | 121 | 47 |
| Binary | 111000 | 10110101 | 10011 | 1000101 | 0 | 1011010 | 11101 | 1101010 | 1010001 | 100111 |
Color Harmonies of #38B513
Complementary color
Monochromatic Colors of #38B513
Black with #38B513
Text Example
Text Example
White with #38B513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38B513; }
p { color: rgb(56,181,19); }
H1.HeaderClassName
{
color: #38B513;
}
.AnyTagClassName
{
color: #38B513;
}
</style>
background-color css
<style>
a { background-color: #38B513; }
a { background-color: rgb(56,181,19); }
div.DivClassName
{
background-color: #38B513;
}
.BgClassName
{
background-color: #38B513;
}
</style>
border-color css
<style>
span { border-color: #38B513; }
span { border-color: rgb(56,181,19); }
td.TdClassName
{
border-color: #38B513;
}
.TagClassName
{
border-color: #38B513;
}
</style>