Shades of Kelly Green #4ADA15
Tints of Kelly Green #4ADA15
RGB
CMYK
RGB Variations
Color information
#4ADA15 (or 0x4ADA15) is known color: Kelly Green. HEX triplet: 4A, DA and 15. RGB value is (74,218,21). Sum of RGB (Red+Green+Blue) = 74+218+21=313 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.64% from 313); Green value is 218 (85.55% from 255 or 69.65% from 313); Blue value is 21 (8.59% from 255 or 6.71% from 313); Max value from RGB is 218 - color contains mainly: green. Hex color #4ADA15 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4ADA15 is #B525EA. Grayscale: #999999. Windows color (decimal): -11871723 or 1432138. OLE color: 1432138.
HSL color Cylindrical-coordinate representation of color #4ADA15: hue angle of 103.86º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4ADA15 is Cyan = 0.66, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 74 | 218 | 21 | - |
| CMYK | 0.66 | 0 | 0.90 | 0.15 |
| HSL | 103.86º | 0.82% | 0.47% | - |
| HSV(B) | 103.86º | 0.9% | 0.85% | - |
| XYZ | 28.03 | 51.65 | 9.2 | - |
| YUV | 152.49 | 53.79 | 72.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 218 | 21 | 0.66 | 0 | 0.90 | 0.15 | 103.86 | 0.82 | 0.47 |
| Hex | 4A | DA | 15 | 42 | 0 | 5A | F | 68 | 52 | 2F |
| Octal | 112 | 332 | 25 | 102 | 0 | 132 | 17 | 150 | 122 | 57 |
| Binary | 1001010 | 11011010 | 10101 | 1000010 | 0 | 1011010 | 1111 | 1101000 | 1010010 | 101111 |
Color Harmonies of #4ADA15
Complementary color
Monochromatic Colors of #4ADA15
Black with #4ADA15
Text Example
Text Example
White with #4ADA15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADA15; }
p { color: rgb(74,218,21); }
H1.HeaderClassName
{
color: #4ADA15;
}
.AnyTagClassName
{
color: #4ADA15;
}
</style>
background-color css
<style>
a { background-color: #4ADA15; }
a { background-color: rgb(74,218,21); }
div.DivClassName
{
background-color: #4ADA15;
}
.BgClassName
{
background-color: #4ADA15;
}
</style>
border-color css
<style>
span { border-color: #4ADA15; }
span { border-color: rgb(74,218,21); }
td.TdClassName
{
border-color: #4ADA15;
}
.TagClassName
{
border-color: #4ADA15;
}
</style>