Shades of Kelly Green #4ADC11
Tints of Kelly Green #4ADC11
RGB
CMYK
RGB Variations
Color information
#4ADC11 (or 0x4ADC11) is known color: Kelly Green. HEX triplet: 4A, DC and 11. RGB value is (74,220,17). Sum of RGB (Red+Green+Blue) = 74+220+17=311 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.79% from 311); Green value is 220 (86.33% from 255 or 70.74% from 311); Blue value is 17 (7.03% from 255 or 5.47% from 311); Max value from RGB is 220 - color contains mainly: green. Hex color #4ADC11 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4ADC11 is #B523EE. Grayscale: #999999. Windows color (decimal): -11871215 or 1170506. OLE color: 1170506.
HSL color Cylindrical-coordinate representation of color #4ADC11: hue angle of 103.15º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4ADC11 is Cyan = 0.66, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 74 | 220 | 17 | - |
| CMYK | 0.66 | 0 | 0.92 | 0.14 |
| HSL | 103.15º | 0.86% | 0.46% | - |
| HSV(B) | 103.15º | 0.92% | 0.86% | - |
| XYZ | 28.52 | 52.68 | 9.2 | - |
| YUV | 153.2 | 51.13 | 71.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 220 | 17 | 0.66 | 0 | 0.92 | 0.14 | 103.15 | 0.86 | 0.46 |
| Hex | 4A | DC | 11 | 42 | 0 | 5C | E | 67 | 56 | 2E |
| Octal | 112 | 334 | 21 | 102 | 0 | 134 | 16 | 147 | 126 | 56 |
| Binary | 1001010 | 11011100 | 10001 | 1000010 | 0 | 1011100 | 1110 | 1100111 | 1010110 | 101110 |
Color Harmonies of #4ADC11
Complementary color
Monochromatic Colors of #4ADC11
Black with #4ADC11
Text Example
Text Example
White with #4ADC11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADC11; }
p { color: rgb(74,220,17); }
H1.HeaderClassName
{
color: #4ADC11;
}
.AnyTagClassName
{
color: #4ADC11;
}
</style>
background-color css
<style>
a { background-color: #4ADC11; }
a { background-color: rgb(74,220,17); }
div.DivClassName
{
background-color: #4ADC11;
}
.BgClassName
{
background-color: #4ADC11;
}
</style>
border-color css
<style>
span { border-color: #4ADC11; }
span { border-color: rgb(74,220,17); }
td.TdClassName
{
border-color: #4ADC11;
}
.TagClassName
{
border-color: #4ADC11;
}
</style>