Shades of Kelly Green #4ADC13
Tints of Kelly Green #4ADC13
RGB
CMYK
RGB Variations
Color information
#4ADC13 (or 0x4ADC13) is known color: Kelly Green. HEX triplet: 4A, DC and 13. RGB value is (74,220,19). Sum of RGB (Red+Green+Blue) = 74+220+19=313 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.64% from 313); Green value is 220 (86.33% from 255 or 70.29% from 313); Blue value is 19 (7.81% from 255 or 6.07% from 313); Max value from RGB is 220 - color contains mainly: green. Hex color #4ADC13 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4ADC13 is #B523EC. Grayscale: #9A9A9A. Windows color (decimal): -11871213 or 1301578. OLE color: 1301578.
HSL color Cylindrical-coordinate representation of color #4ADC13: hue angle of 103.58º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4ADC13 is Cyan = 0.66, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 74 | 220 | 19 | - |
| CMYK | 0.66 | 0 | 0.91 | 0.14 |
| HSL | 103.58º | 0.84% | 0.47% | - |
| HSV(B) | 103.58º | 0.91% | 0.86% | - |
| XYZ | 28.53 | 52.69 | 9.28 | - |
| YUV | 153.43 | 52.13 | 71.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 220 | 19 | 0.66 | 0 | 0.91 | 0.14 | 103.58 | 0.84 | 0.47 |
| Hex | 4A | DC | 13 | 42 | 0 | 5B | E | 68 | 54 | 2F |
| Octal | 112 | 334 | 23 | 102 | 0 | 133 | 16 | 150 | 124 | 57 |
| Binary | 1001010 | 11011100 | 10011 | 1000010 | 0 | 1011011 | 1110 | 1101000 | 1010100 | 101111 |
Color Harmonies of #4ADC13
Complementary color
Monochromatic Colors of #4ADC13
Black with #4ADC13
Text Example
Text Example
White with #4ADC13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADC13; }
p { color: rgb(74,220,19); }
H1.HeaderClassName
{
color: #4ADC13;
}
.AnyTagClassName
{
color: #4ADC13;
}
</style>
background-color css
<style>
a { background-color: #4ADC13; }
a { background-color: rgb(74,220,19); }
div.DivClassName
{
background-color: #4ADC13;
}
.BgClassName
{
background-color: #4ADC13;
}
</style>
border-color css
<style>
span { border-color: #4ADC13; }
span { border-color: rgb(74,220,19); }
td.TdClassName
{
border-color: #4ADC13;
}
.TagClassName
{
border-color: #4ADC13;
}
</style>