Shades of Kelly Green #38C413
Tints of Kelly Green #38C413
RGB
CMYK
RGB Variations
Color information
#38C413 (or 0x38C413) is known color: Kelly Green. HEX triplet: 38, C4 and 13. RGB value is (56,196,19). Sum of RGB (Red+Green+Blue) = 56+196+19=271 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.66% from 271); Green value is 196 (76.95% from 255 or 72.32% from 271); Blue value is 19 (7.81% from 255 or 7.01% from 271); Max value from RGB is 196 - color contains mainly: green. Hex color #38C413 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #38C413 is #C73BEC. Grayscale: #868686. Windows color (decimal): -13057005 or 1295416. OLE color: 1295416.
HSL color Cylindrical-coordinate representation of color #38C413: hue angle of 107.46º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #38C413 is Cyan = 0.71, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 56 | 196 | 19 | - |
| CMYK | 0.71 | 0 | 0.90 | 0.23 |
| HSL | 107.46º | 0.82% | 0.42% | - |
| HSV(B) | 107.46º | 0.9% | 0.77% | - |
| XYZ | 21.49 | 40.37 | 7.28 | - |
| YUV | 133.96 | 63.12 | 72.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 196 | 19 | 0.71 | 0 | 0.90 | 0.23 | 107.46 | 0.82 | 0.42 |
| Hex | 38 | C4 | 13 | 47 | 0 | 5A | 17 | 6B | 52 | 2A |
| Octal | 70 | 304 | 23 | 107 | 0 | 132 | 27 | 153 | 122 | 52 |
| Binary | 111000 | 11000100 | 10011 | 1000111 | 0 | 1011010 | 10111 | 1101011 | 1010010 | 101010 |
Color Harmonies of #38C413
Complementary color
Monochromatic Colors of #38C413
Black with #38C413
Text Example
Text Example
White with #38C413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38C413; }
p { color: rgb(56,196,19); }
H1.HeaderClassName
{
color: #38C413;
}
.AnyTagClassName
{
color: #38C413;
}
</style>
background-color css
<style>
a { background-color: #38C413; }
a { background-color: rgb(56,196,19); }
div.DivClassName
{
background-color: #38C413;
}
.BgClassName
{
background-color: #38C413;
}
</style>
border-color css
<style>
span { border-color: #38C413; }
span { border-color: rgb(56,196,19); }
td.TdClassName
{
border-color: #38C413;
}
.TagClassName
{
border-color: #38C413;
}
</style>