Html Css Color HEX #4ADD1F Kelly Green

📋 copy color: '#4ADD1F'

red 74 ◦ green 221 ◦ blue 31

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

Shades of Kelly Green #4ADD1F

Tints of Kelly Green #4ADD1F

RGB

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

 GREEN value IS 221 (86.72% from 255) = 67.79%

 BLUE value IS 31 (12.5% from 255) = 9.51%

R = 22.7%
G = 67.79%
B = 9.51%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#4ADD1F (or 0x4ADD1F) is known color: Kelly Green. HEX triplet: 4A, DD and 1F. RGB value is (74,221,31). Sum of RGB (Red+Green+Blue) = 74+221+31=326 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.70% from 326); Green value is 221 (86.72% from 255 or 67.79% from 326); Blue value is 31 (12.5% from 255 or 9.51% from 326); Max value from RGB is 221 - color contains mainly: green. Hex color #4ADD1F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4ADD1F is #B522E0. Grayscale: #9B9B9B. Windows color (decimal): -11870945 or 2088266. OLE color: 2088266.

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

Color convert

RGB 74 221 31 -
CMYK 0.67 0 0.86 0.13
HSL 106.42º 0.75% 0.49% -
HSV(B) 106.42º 0.86% 0.87% -
XYZ 28.93 53.27 10.05 -
YUV 155.39 57.8 69.95 -
System Red Green Blue C M Y K H S L
Decimal 74 221 31 0.67 0 0.86 0.13 106.42 0.75 0.49
Hex 4A DD 1F 43 0 56 D 6A 4B 31
Octal 112 335 37 103 0 126 15 152 113 61
Binary 1001010 11011101 11111 1000011 0 1010110 1101 1101010 1001011 110001

Color Harmonies of #4ADD1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ADD1F

Black with #4ADD1F

Text Example


Text Example

White with #4ADD1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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