#4ADC21

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

Shades of Kelly Green #4ADC21

Tints of Kelly Green #4ADC21

Color information

#4ADC21 (or 0x4ADC21) is unknown color: approx Kelly Green. HEX triplet: 4A, DC and 21. RGB value is (74,220,33). Sum of RGB (Red+Green+Blue) = 74+220+33=327 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.63% from 327); Green value is 220 (86.33% from 255 or 67.28% from 327); Blue value is 33 (13.28% from 255 or 10.09% from 327); Max value from RGB is 220 - color contains mainly: green. Hex color #4ADC21 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4ADC21 is #B523DE. Grayscale: #9B9B9B. Windows color (decimal): -11871199 or 2219082. OLE color: 2219082.

HSL color Cylindrical-coordinate representation of color #4ADC21: hue angle of 106.84º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4ADC21 is Cyan = 0.66, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.14.

Color convert

RGB7422033-
CMYK0.6600.850.14
HSL106.84º73.91%49.61%-
HSV(B)106.84º85%86.27%-
XYZ28.6952.7510.11-
YUV155.0359.1370.21-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 22.63%
GREEN value IS 220 (86.33% from 255) = 67.28%
BLUE value IS 33 (13.28% from 255) = 10.09%
R=22.63%
G=67.28%
B=10.09%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal74220330.6600.850.14106.8473.9149.61
Hex4ADC2142055E6b4a32
Octal1123344110201251615311262
Binary100101011011100100001100001001010101111011010111001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ADC21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,220,33); }

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

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

 a { background-color: rgb(74,220,33); }

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

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

 span { border-color: rgb(74,220,33); }

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