Shades of Kelly Green #38A518
Tints of Kelly Green #38A518
RGB
CMYK
RGB Variations
Color information
#38A518 (or 0x38A518) is known color: Kelly Green. HEX triplet: 38, A5 and 18. RGB value is (56,165,24). Sum of RGB (Red+Green+Blue) = 56+165+24=245 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.86% from 245); Green value is 165 (64.84% from 255 or 67.35% from 245); Blue value is 24 (9.77% from 255 or 9.80% from 245); Max value from RGB is 165 - color contains mainly: green. Hex color #38A518 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #38A518 is #C75AE7. Grayscale: #747474. Windows color (decimal): -13064936 or 1615160. OLE color: 1615160.
HSL color Cylindrical-coordinate representation of color #38A518: hue angle of 106.38º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #38A518 is Cyan = 0.66, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 56 | 165 | 24 | - |
| CMYK | 0.66 | 0 | 0.85 | 0.35 |
| HSL | 106.38º | 0.75% | 0.37% | - |
| HSV(B) | 106.38º | 0.85% | 0.65% | - |
| XYZ | 15.25 | 27.82 | 5.43 | - |
| YUV | 116.34 | 75.89 | 84.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 165 | 24 | 0.66 | 0 | 0.85 | 0.35 | 106.38 | 0.75 | 0.37 |
| Hex | 38 | A5 | 18 | 42 | 0 | 55 | 23 | 6A | 4B | 25 |
| Octal | 70 | 245 | 30 | 102 | 0 | 125 | 43 | 152 | 113 | 45 |
| Binary | 111000 | 10100101 | 11000 | 1000010 | 0 | 1010101 | 100011 | 1101010 | 1001011 | 100101 |
Color Harmonies of #38A518
Complementary color
Monochromatic Colors of #38A518
Black with #38A518
Text Example
Text Example
White with #38A518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38A518; }
p { color: rgb(56,165,24); }
H1.HeaderClassName
{
color: #38A518;
}
.AnyTagClassName
{
color: #38A518;
}
</style>
background-color css
<style>
a { background-color: #38A518; }
a { background-color: rgb(56,165,24); }
div.DivClassName
{
background-color: #38A518;
}
.BgClassName
{
background-color: #38A518;
}
</style>
border-color css
<style>
span { border-color: #38A518; }
span { border-color: rgb(56,165,24); }
td.TdClassName
{
border-color: #38A518;
}
.TagClassName
{
border-color: #38A518;
}
</style>