Shades of Kelly Green #4ADE14
Tints of Kelly Green #4ADE14
RGB
CMYK
RGB Variations
Color information
#4ADE14 (or 0x4ADE14) is known color: Kelly Green. HEX triplet: 4A, DE and 14. RGB value is (74,222,20). Sum of RGB (Red+Green+Blue) = 74+222+20=316 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.42% from 316); Green value is 222 (87.11% from 255 or 70.25% from 316); Blue value is 20 (8.20% from 255 or 6.33% from 316); Max value from RGB is 222 - color contains mainly: green. Hex color #4ADE14 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4ADE14 is #B521EB. Grayscale: #9B9B9B. Windows color (decimal): -11870700 or 1367626. OLE color: 1367626.
HSL color Cylindrical-coordinate representation of color #4ADE14: hue angle of 103.96º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4ADE14 is Cyan = 0.67, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 74 | 222 | 20 | - |
| CMYK | 0.67 | 0 | 0.91 | 0.13 |
| HSL | 103.96º | 0.83% | 0.47% | - |
| HSV(B) | 103.96º | 0.91% | 0.87% | - |
| XYZ | 29.07 | 53.75 | 9.5 | - |
| YUV | 154.72 | 51.97 | 70.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 222 | 20 | 0.67 | 0 | 0.91 | 0.13 | 103.96 | 0.83 | 0.47 |
| Hex | 4A | DE | 14 | 43 | 0 | 5B | D | 68 | 53 | 2F |
| Octal | 112 | 336 | 24 | 103 | 0 | 133 | 15 | 150 | 123 | 57 |
| Binary | 1001010 | 11011110 | 10100 | 1000011 | 0 | 1011011 | 1101 | 1101000 | 1010011 | 101111 |
Color Harmonies of #4ADE14
Complementary color
Monochromatic Colors of #4ADE14
Black with #4ADE14
Text Example
Text Example
White with #4ADE14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADE14; }
p { color: rgb(74,222,20); }
H1.HeaderClassName
{
color: #4ADE14;
}
.AnyTagClassName
{
color: #4ADE14;
}
</style>
background-color css
<style>
a { background-color: #4ADE14; }
a { background-color: rgb(74,222,20); }
div.DivClassName
{
background-color: #4ADE14;
}
.BgClassName
{
background-color: #4ADE14;
}
</style>
border-color css
<style>
span { border-color: #4ADE14; }
span { border-color: rgb(74,222,20); }
td.TdClassName
{
border-color: #4ADE14;
}
.TagClassName
{
border-color: #4ADE14;
}
</style>