Html Css Color HEX #4ADC1F Kelly Green

📋 copy color: '#4ADC1F'

red 74 ◦ green 220 ◦ blue 31

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

Shades of Kelly Green #4ADC1F

Tints of Kelly Green #4ADC1F

RGB

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

 GREEN value IS 220 (86.33% from 255) = 67.69%

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

R = 22.77%
G = 67.69%
B = 9.54%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#4ADC1F (or 0x4ADC1F) is known color: Kelly Green. HEX triplet: 4A, DC and 1F. RGB value is (74,220,31). Sum of RGB (Red+Green+Blue) = 74+220+31=325 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.77% from 325); Green value is 220 (86.33% from 255 or 67.69% from 325); Blue value is 31 (12.5% from 255 or 9.54% from 325); Max value from RGB is 220 - color contains mainly: green. Hex color #4ADC1F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4ADC1F is #B523E0. Grayscale: #9B9B9B. Windows color (decimal): -11871201 or 2088010. OLE color: 2088010.

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

Color convert

RGB 74 220 31 -
CMYK 0.66 0 0.86 0.14
HSL 106.35º 0.75% 0.49% -
HSV(B) 106.35º 0.86% 0.86% -
XYZ 28.66 52.74 9.97 -
YUV 154.8 58.13 70.37 -
System Red Green Blue C M Y K H S L
Decimal 74 220 31 0.66 0 0.86 0.14 106.35 0.75 0.49
Hex 4A DC 1F 42 0 56 E 6A 4B 31
Octal 112 334 37 102 0 126 16 152 113 61
Binary 1001010 11011100 11111 1000010 0 1010110 1110 1101010 1001011 110001

Color Harmonies of #4ADC1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ADC1F

Black with #4ADC1F

Text Example


Text Example

White with #4ADC1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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