Shades of Kelly Green #38D514
Tints of Kelly Green #38D514
RGB
CMYK
RGB Variations
Color information
#38D514 (or 0x38D514) is known color: Kelly Green. HEX triplet: 38, D5 and 14. RGB value is (56,213,20). Sum of RGB (Red+Green+Blue) = 56+213+20=289 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.38% from 289); Green value is 213 (83.59% from 255 or 73.70% from 289); Blue value is 20 (8.20% from 255 or 6.92% from 289); Max value from RGB is 213 - color contains mainly: green. Hex color #38D514 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #38D514 is #C72AEB. Grayscale: #909090. Windows color (decimal): -13052652 or 1365304. OLE color: 1365304.
HSL color Cylindrical-coordinate representation of color #38D514: hue angle of 108.81º degrees, saturation: 0.83, 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 #38D514 is Cyan = 0.74, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 56 | 213 | 20 | - |
| CMYK | 0.74 | 0 | 0.91 | 0.16 |
| HSL | 108.81º | 0.83% | 0.46% | - |
| HSV(B) | 108.81º | 0.91% | 0.84% | - |
| XYZ | 25.55 | 48.48 | 8.67 | - |
| YUV | 144.06 | 57.99 | 65.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 213 | 20 | 0.74 | 0 | 0.91 | 0.16 | 108.81 | 0.83 | 0.46 |
| Hex | 38 | D5 | 14 | 4A | 0 | 5B | 10 | 6D | 53 | 2E |
| Octal | 70 | 325 | 24 | 112 | 0 | 133 | 20 | 155 | 123 | 56 |
| Binary | 111000 | 11010101 | 10100 | 1001010 | 0 | 1011011 | 10000 | 1101101 | 1010011 | 101110 |
Color Harmonies of #38D514
Complementary color
Monochromatic Colors of #38D514
Black with #38D514
Text Example
Text Example
White with #38D514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38D514; }
p { color: rgb(56,213,20); }
H1.HeaderClassName
{
color: #38D514;
}
.AnyTagClassName
{
color: #38D514;
}
</style>
background-color css
<style>
a { background-color: #38D514; }
a { background-color: rgb(56,213,20); }
div.DivClassName
{
background-color: #38D514;
}
.BgClassName
{
background-color: #38D514;
}
</style>
border-color css
<style>
span { border-color: #38D514; }
span { border-color: rgb(56,213,20); }
td.TdClassName
{
border-color: #38D514;
}
.TagClassName
{
border-color: #38D514;
}
</style>