#4ADD11

Color #4ADD11 Kelly Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kelly Green #4ADD11

Tints of Kelly Green #4ADD11

Color information

#4ADD11 (or 0x4ADD11) is unknown color: approx Kelly Green. HEX triplet: 4A, DD and 11. RGB value is (74,221,17). Sum of RGB (Red+Green+Blue) = 74+221+17=312 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.72% from 312); Green value is 221 (86.72% from 255 or 70.83% from 312); Blue value is 17 (7.03% from 255 or 5.45% from 312); Max value from RGB is 221 - color contains mainly: green. Hex color #4ADD11 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4ADD11 is #B522EE. Grayscale: #9A9A9A. Windows color (decimal): -11870959 or 1170762. OLE color: 1170762.

HSL color Cylindrical-coordinate representation of color #4ADD11: hue angle of 103.24º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4ADD11 is Cyan = 0.67, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.13.

Color convert

RGB7422117-
CMYK0.6700.920.13
HSL103.24º85.71%46.67%-
HSV(B)103.24º92.31%86.67%-
XYZ28.7853.219.28-
YUV153.7950.871.09-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 74 (29.30% from 255) = 23.72%
GREEN value IS 221 (86.72% from 255) = 70.83%
BLUE value IS 17 (7.03% from 255) = 5.45%
R=23.72%
G=70.83%
B=5.45%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal74221170.6700.920.13103.2485.7146.67
Hex4ADD114305CD67562f
Octal1123352110301341514712657
Binary10010101101110110001100001101011100110111001111010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ADD11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4ADD11; }

 p { color: rgb(74,221,17); }

 H1.HeaderClassName
 {
   color: #4ADD11;
 }
 .AnyTagClassName
 {
   color: #4ADD11;
 }
</style>
background-color css

<style>
 a { background-color: #4ADD11; }

 a { background-color: rgb(74,221,17); }

 div.DivClassName
 {
   background-color: #4ADD11;
 }
 .BgClassName
 {
   background-color: #4ADD11;
 }
</style>
border-color css

<style>
 span { border-color: #4ADD11; }

 span { border-color: rgb(74,221,17); }

 td.TdClassName
 {
   border-color: #4ADD11;
 }
 .TagClassName
 {
   border-color: #4ADD11;
 }
</style>