Shades of Kelly Green #3AC504
Tints of Kelly Green #3AC504
RGB
CMYK
RGB Variations
Color information
#3AC504 (or 0x3AC504) is known color: Kelly Green. HEX triplet: 3A, C5 and 04. RGB value is (58,197,4). Sum of RGB (Red+Green+Blue) = 58+197+4=259 (34% of max value = 765). Red value is 58 (23.05% from 255 or 22.39% from 259); Green value is 197 (77.34% from 255 or 76.06% from 259); Blue value is 4 (1.95% from 255 or 1.54% from 259); Max value from RGB is 197 - color contains mainly: green. Hex color #3AC504 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3AC504 is #C53AFB. Grayscale: #868686. Windows color (decimal): -12925692 or 312634. OLE color: 312634.
HSL color Cylindrical-coordinate representation of color #3AC504: hue angle of 103.21º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3AC504 is Cyan = 0.71, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 58 | 197 | 4 | - |
| CMYK | 0.71 | 0 | 0.98 | 0.23 |
| HSL | 103.21º | 0.96% | 0.39% | - |
| HSV(B) | 103.21º | 0.98% | 0.77% | - |
| XYZ | 21.73 | 40.84 | 6.85 | - |
| YUV | 133.44 | 54.95 | 74.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 197 | 4 | 0.71 | 0 | 0.98 | 0.23 | 103.21 | 0.96 | 0.39 |
| Hex | 3A | C5 | 4 | 47 | 0 | 62 | 17 | 67 | 60 | 27 |
| Octal | 72 | 305 | 4 | 107 | 0 | 142 | 27 | 147 | 140 | 47 |
| Binary | 111010 | 11000101 | 100 | 1000111 | 0 | 1100010 | 10111 | 1100111 | 1100000 | 100111 |
Color Harmonies of #3AC504
Complementary color
Monochromatic Colors of #3AC504
Black with #3AC504
Text Example
Text Example
White with #3AC504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AC504; }
p { color: rgb(58,197,4); }
H1.HeaderClassName
{
color: #3AC504;
}
.AnyTagClassName
{
color: #3AC504;
}
</style>
background-color css
<style>
a { background-color: #3AC504; }
a { background-color: rgb(58,197,4); }
div.DivClassName
{
background-color: #3AC504;
}
.BgClassName
{
background-color: #3AC504;
}
</style>
border-color css
<style>
span { border-color: #3AC504; }
span { border-color: rgb(58,197,4); }
td.TdClassName
{
border-color: #3AC504;
}
.TagClassName
{
border-color: #3AC504;
}
</style>