Shades of Kelly Green #4ADC12
Tints of Kelly Green #4ADC12
RGB
CMYK
RGB Variations
Color information
#4ADC12 (or 0x4ADC12) is known color: Kelly Green. HEX triplet: 4A, DC and 12. RGB value is (74,220,18). Sum of RGB (Red+Green+Blue) = 74+220+18=312 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.72% from 312); Green value is 220 (86.33% from 255 or 70.51% from 312); Blue value is 18 (7.42% from 255 or 5.77% from 312); Max value from RGB is 220 - color contains mainly: green. Hex color #4ADC12 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4ADC12 is #B523ED. Grayscale: #999999. Windows color (decimal): -11871214 or 1236042. OLE color: 1236042.
HSL color Cylindrical-coordinate representation of color #4ADC12: hue angle of 103.37º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4ADC12 is Cyan = 0.66, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 74 | 220 | 18 | - |
| CMYK | 0.66 | 0 | 0.92 | 0.14 |
| HSL | 103.37º | 0.85% | 0.47% | - |
| HSV(B) | 103.37º | 0.92% | 0.86% | - |
| XYZ | 28.53 | 52.69 | 9.24 | - |
| YUV | 153.32 | 51.63 | 71.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 220 | 18 | 0.66 | 0 | 0.92 | 0.14 | 103.37 | 0.85 | 0.47 |
| Hex | 4A | DC | 12 | 42 | 0 | 5C | E | 67 | 55 | 2F |
| Octal | 112 | 334 | 22 | 102 | 0 | 134 | 16 | 147 | 125 | 57 |
| Binary | 1001010 | 11011100 | 10010 | 1000010 | 0 | 1011100 | 1110 | 1100111 | 1010101 | 101111 |
Color Harmonies of #4ADC12
Complementary color
Monochromatic Colors of #4ADC12
Black with #4ADC12
Text Example
Text Example
White with #4ADC12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADC12; }
p { color: rgb(74,220,18); }
H1.HeaderClassName
{
color: #4ADC12;
}
.AnyTagClassName
{
color: #4ADC12;
}
</style>
background-color css
<style>
a { background-color: #4ADC12; }
a { background-color: rgb(74,220,18); }
div.DivClassName
{
background-color: #4ADC12;
}
.BgClassName
{
background-color: #4ADC12;
}
</style>
border-color css
<style>
span { border-color: #4ADC12; }
span { border-color: rgb(74,220,18); }
td.TdClassName
{
border-color: #4ADC12;
}
.TagClassName
{
border-color: #4ADC12;
}
</style>