Shades of Kelly Green #3AD516
Tints of Kelly Green #3AD516
RGB
CMYK
RGB Variations
Color information
#3AD516 (or 0x3AD516) is known color: Kelly Green. HEX triplet: 3A, D5 and 16. RGB value is (58,213,22). Sum of RGB (Red+Green+Blue) = 58+213+22=293 (38% of max value = 765). Red value is 58 (23.05% from 255 or 19.80% from 293); Green value is 213 (83.59% from 255 or 72.70% from 293); Blue value is 22 (8.98% from 255 or 7.51% from 293); Max value from RGB is 213 - color contains mainly: green. Hex color #3AD516 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3AD516 is #C52AE9. Grayscale: #919191. Windows color (decimal): -12921578 or 1496378. OLE color: 1496378.
HSL color Cylindrical-coordinate representation of color #3AD516: hue angle of 108.69º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3AD516 is Cyan = 0.73, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 58 | 213 | 22 | - |
| CMYK | 0.73 | 0 | 0.90 | 0.16 |
| HSL | 108.69º | 0.81% | 0.46% | - |
| HSV(B) | 108.69º | 0.9% | 0.84% | - |
| XYZ | 25.68 | 48.55 | 8.78 | - |
| YUV | 144.88 | 58.65 | 66.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 213 | 22 | 0.73 | 0 | 0.90 | 0.16 | 108.69 | 0.81 | 0.46 |
| Hex | 3A | D5 | 16 | 49 | 0 | 5A | 10 | 6D | 51 | 2E |
| Octal | 72 | 325 | 26 | 111 | 0 | 132 | 20 | 155 | 121 | 56 |
| Binary | 111010 | 11010101 | 10110 | 1001001 | 0 | 1011010 | 10000 | 1101101 | 1010001 | 101110 |
Color Harmonies of #3AD516
Complementary color
Monochromatic Colors of #3AD516
Black with #3AD516
Text Example
Text Example
White with #3AD516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD516; }
p { color: rgb(58,213,22); }
H1.HeaderClassName
{
color: #3AD516;
}
.AnyTagClassName
{
color: #3AD516;
}
</style>
background-color css
<style>
a { background-color: #3AD516; }
a { background-color: rgb(58,213,22); }
div.DivClassName
{
background-color: #3AD516;
}
.BgClassName
{
background-color: #3AD516;
}
</style>
border-color css
<style>
span { border-color: #3AD516; }
span { border-color: rgb(58,213,22); }
td.TdClassName
{
border-color: #3AD516;
}
.TagClassName
{
border-color: #3AD516;
}
</style>