Html Css Color HEX #4AD221 Kelly Green

📋 copy color: '#4AD221'

red 74 ◦ green 210 ◦ blue 33

#4AD221
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kelly Green #4AD221

Tints of Kelly Green #4AD221

RGB

 RED value IS 74 (29.3% from 255) = 23.34%

 GREEN value IS 210 (82.42% from 255) = 66.25%

 BLUE value IS 33 (13.28% from 255) = 10.41%

R = 23.34%
G = 66.25%
B = 10.41%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#4AD221 (or 0x4AD221) is known color: Kelly Green. HEX triplet: 4A, D2 and 21. RGB value is (74,210,33). Sum of RGB (Red+Green+Blue) = 74+210+33=317 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.34% from 317); Green value is 210 (82.42% from 255 or 66.25% from 317); Blue value is 33 (13.28% from 255 or 10.41% from 317); Max value from RGB is 210 - color contains mainly: green. Hex color #4AD221 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AD221 is #B52DDE. Grayscale: #959595. Windows color (decimal): -11873759 or 2216522. OLE color: 2216522.

HSL color Cylindrical-coordinate representation of color #4AD221: hue angle of 106.1º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4AD221 is Cyan = 0.65, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.18.

Color convert

RGB 74 210 33 -
CMYK 0.65 0 0.84 0.18
HSL 106.1º 0.73% 0.48% -
HSV(B) 106.1º 0.84% 0.82% -
XYZ 26.15 47.66 9.26 -
YUV 149.16 62.44 74.39 -
System Red Green Blue C M Y K H S L
Decimal 74 210 33 0.65 0 0.84 0.18 106.1 0.73 0.48
Hex 4A D2 21 41 0 54 12 6A 49 30
Octal 112 322 41 101 0 124 22 152 111 60
Binary 1001010 11010010 100001 1000001 0 1010100 10010 1101010 1001001 110000

Color Harmonies of #4AD221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AD221

Black with #4AD221

Text Example


Text Example

White with #4AD221

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4AD221;
 }
 .AnyTagClassName
 {
   color: #4AD221;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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