Shades of Kelly Green #4AD615
Tints of Kelly Green #4AD615
RGB
CMYK
RGB Variations
Color information
#4AD615 (or 0x4AD615) is known color: Kelly Green. HEX triplet: 4A, D6 and 15. RGB value is (74,214,21). Sum of RGB (Red+Green+Blue) = 74+214+21=309 (40% of max value = 765). Red value is 74 (29.30% from 255 or 23.95% from 309); Green value is 214 (83.98% from 255 or 69.26% from 309); Blue value is 21 (8.59% from 255 or 6.80% from 309); Max value from RGB is 214 - color contains mainly: green. Hex color #4AD615 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4AD615 is #B529EA. Grayscale: #969696. Windows color (decimal): -11872747 or 1431114. OLE color: 1431114.
HSL color Cylindrical-coordinate representation of color #4AD615: hue angle of 103.52º degrees, saturation: 0.82, 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 #4AD615 is Cyan = 0.65, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 74 | 214 | 21 | - |
| CMYK | 0.65 | 0 | 0.90 | 0.16 |
| HSL | 103.52º | 0.82% | 0.46% | - |
| HSV(B) | 103.52º | 0.9% | 0.84% | - |
| XYZ | 27.01 | 49.6 | 8.86 | - |
| YUV | 150.14 | 55.12 | 73.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 214 | 21 | 0.65 | 0 | 0.90 | 0.16 | 103.52 | 0.82 | 0.46 |
| Hex | 4A | D6 | 15 | 41 | 0 | 5A | 10 | 68 | 52 | 2E |
| Octal | 112 | 326 | 25 | 101 | 0 | 132 | 20 | 150 | 122 | 56 |
| Binary | 1001010 | 11010110 | 10101 | 1000001 | 0 | 1011010 | 10000 | 1101000 | 1010010 | 101110 |
Color Harmonies of #4AD615
Complementary color
Monochromatic Colors of #4AD615
Black with #4AD615
Text Example
Text Example
White with #4AD615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD615; }
p { color: rgb(74,214,21); }
H1.HeaderClassName
{
color: #4AD615;
}
.AnyTagClassName
{
color: #4AD615;
}
</style>
background-color css
<style>
a { background-color: #4AD615; }
a { background-color: rgb(74,214,21); }
div.DivClassName
{
background-color: #4AD615;
}
.BgClassName
{
background-color: #4AD615;
}
</style>
border-color css
<style>
span { border-color: #4AD615; }
span { border-color: rgb(74,214,21); }
td.TdClassName
{
border-color: #4AD615;
}
.TagClassName
{
border-color: #4AD615;
}
</style>