Shades of Kelly Green #4ADE10
Tints of Kelly Green #4ADE10
RGB
CMYK
RGB Variations
Color information
#4ADE10 (or 0x4ADE10) is known color: Kelly Green. HEX triplet: 4A, DE and 10. RGB value is (74,222,16). Sum of RGB (Red+Green+Blue) = 74+222+16=312 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.72% from 312); Green value is 222 (87.11% from 255 or 71.15% from 312); Blue value is 16 (6.64% from 255 or 5.13% from 312); Max value from RGB is 222 - color contains mainly: green. Hex color #4ADE10 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4ADE10 is #B521EF. Grayscale: #9A9A9A. Windows color (decimal): -11870704 or 1105482. OLE color: 1105482.
HSL color Cylindrical-coordinate representation of color #4ADE10: hue angle of 103.11º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4ADE10 is Cyan = 0.67, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 74 | 222 | 16 | - |
| CMYK | 0.67 | 0 | 0.93 | 0.13 |
| HSL | 103.11º | 0.87% | 0.47% | - |
| HSV(B) | 103.11º | 0.93% | 0.87% | - |
| XYZ | 29.04 | 53.74 | 9.33 | - |
| YUV | 154.26 | 49.97 | 70.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 222 | 16 | 0.67 | 0 | 0.93 | 0.13 | 103.11 | 0.87 | 0.47 |
| Hex | 4A | DE | 10 | 43 | 0 | 5D | D | 67 | 57 | 2F |
| Octal | 112 | 336 | 20 | 103 | 0 | 135 | 15 | 147 | 127 | 57 |
| Binary | 1001010 | 11011110 | 10000 | 1000011 | 0 | 1011101 | 1101 | 1100111 | 1010111 | 101111 |
Color Harmonies of #4ADE10
Complementary color
Monochromatic Colors of #4ADE10
Black with #4ADE10
Text Example
Text Example
White with #4ADE10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADE10; }
p { color: rgb(74,222,16); }
H1.HeaderClassName
{
color: #4ADE10;
}
.AnyTagClassName
{
color: #4ADE10;
}
</style>
background-color css
<style>
a { background-color: #4ADE10; }
a { background-color: rgb(74,222,16); }
div.DivClassName
{
background-color: #4ADE10;
}
.BgClassName
{
background-color: #4ADE10;
}
</style>
border-color css
<style>
span { border-color: #4ADE10; }
span { border-color: rgb(74,222,16); }
td.TdClassName
{
border-color: #4ADE10;
}
.TagClassName
{
border-color: #4ADE10;
}
</style>