Html Css Color HEX #4AD120 Kelly Green

📋 copy color: '#4AD120'

red 74 ◦ green 209 ◦ blue 32

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

Shades of Kelly Green #4AD120

Tints of Kelly Green #4AD120

RGB

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

 GREEN value IS 209 (82.03% from 255) = 66.35%

 BLUE value IS 32 (12.89% from 255) = 10.16%

R = 23.49%
G = 66.35%
B = 10.16%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#4AD120 (or 0x4AD120) is known color: Kelly Green. HEX triplet: 4A, D1 and 20. RGB value is (74,209,32). Sum of RGB (Red+Green+Blue) = 74+209+32=315 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.49% from 315); Green value is 209 (82.03% from 255 or 66.35% from 315); Blue value is 32 (12.89% from 255 or 10.16% from 315); Max value from RGB is 209 - color contains mainly: green. Hex color #4AD120 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AD120 is #B52EDF. Grayscale: #959595. Windows color (decimal): -11874016 or 2150730. OLE color: 2150730.

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

Color convert

RGB 74 209 32 -
CMYK 0.65 0 0.85 0.18
HSL 105.76º 0.73% 0.47% -
HSV(B) 105.76º 0.85% 0.82% -
XYZ 25.89 47.16 9.11 -
YUV 148.46 62.27 74.89 -
System Red Green Blue C M Y K H S L
Decimal 74 209 32 0.65 0 0.85 0.18 105.76 0.73 0.47
Hex 4A D1 20 41 0 55 12 6A 49 2F
Octal 112 321 40 101 0 125 22 152 111 57
Binary 1001010 11010001 100000 1000001 0 1010101 10010 1101010 1001001 101111

Color Harmonies of #4AD120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AD120

Black with #4AD120

Text Example


Text Example

White with #4AD120

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,209,32); }

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

background-color css

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

 a { background-color: rgb(74,209,32); }

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

border-color css

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

 span { border-color: rgb(74,209,32); }

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