Shades of Kelly Green #38D613
Tints of Kelly Green #38D613
RGB
CMYK
RGB Variations
Color information
#38D613 (or 0x38D613) is known color: Kelly Green. HEX triplet: 38, D6 and 13. RGB value is (56,214,19). Sum of RGB (Red+Green+Blue) = 56+214+19=289 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.38% from 289); Green value is 214 (83.98% from 255 or 74.05% from 289); Blue value is 19 (7.81% from 255 or 6.57% from 289); Max value from RGB is 214 - color contains mainly: green. Hex color #38D613 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #38D613 is #C729EC. Grayscale: #919191. Windows color (decimal): -13052397 or 1300024. OLE color: 1300024.
HSL color Cylindrical-coordinate representation of color #38D613: hue angle of 108.62º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #38D613 is Cyan = 0.74, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 56 | 214 | 19 | - |
| CMYK | 0.74 | 0 | 0.91 | 0.16 |
| HSL | 108.62º | 0.84% | 0.46% | - |
| HSV(B) | 108.62º | 0.91% | 0.84% | - |
| XYZ | 25.8 | 48.98 | 8.71 | - |
| YUV | 144.53 | 57.15 | 64.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 214 | 19 | 0.74 | 0 | 0.91 | 0.16 | 108.62 | 0.84 | 0.46 |
| Hex | 38 | D6 | 13 | 4A | 0 | 5B | 10 | 6D | 54 | 2E |
| Octal | 70 | 326 | 23 | 112 | 0 | 133 | 20 | 155 | 124 | 56 |
| Binary | 111000 | 11010110 | 10011 | 1001010 | 0 | 1011011 | 10000 | 1101101 | 1010100 | 101110 |
Color Harmonies of #38D613
Complementary color
Monochromatic Colors of #38D613
Black with #38D613
Text Example
Text Example
White with #38D613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38D613; }
p { color: rgb(56,214,19); }
H1.HeaderClassName
{
color: #38D613;
}
.AnyTagClassName
{
color: #38D613;
}
</style>
background-color css
<style>
a { background-color: #38D613; }
a { background-color: rgb(56,214,19); }
div.DivClassName
{
background-color: #38D613;
}
.BgClassName
{
background-color: #38D613;
}
</style>
border-color css
<style>
span { border-color: #38D613; }
span { border-color: rgb(56,214,19); }
td.TdClassName
{
border-color: #38D613;
}
.TagClassName
{
border-color: #38D613;
}
</style>