Html Css Color HEX #4ADC61 Emerald

📋 copy color: '#4ADC61'

red 74 ◦ green 220 ◦ blue 97

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

Shades of Emerald #4ADC61

Tints of Emerald #4ADC61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 24.81%

R = 18.93%
G = 56.27%
B = 24.81%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#4ADC61 (or 0x4ADC61) is known color: Emerald. HEX triplet: 4A, DC and 61. RGB value is (74,220,97). Sum of RGB (Red+Green+Blue) = 74+220+97=391 (51% of max value = 765). Red value is 74 (29.30% from 255 or 18.93% from 391); Green value is 220 (86.33% from 255 or 56.27% from 391); Blue value is 97 (38.28% from 255 or 24.81% from 391); Max value from RGB is 220 - color contains mainly: green. Hex color #4ADC61 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4ADC61 is #B5239E. Grayscale: #A2A2A2. Windows color (decimal): -11871135 or 6413386. OLE color: 6413386.

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

Color convert

RGB 74 220 97 -
CMYK 0.66 0 0.56 0.14
HSL 129.45º 0.68% 0.58% -
HSV(B) 129.45º 0.66% 0.86% -
XYZ 30.57 53.51 20.03 -
YUV 162.32 91.13 65 -
System Red Green Blue C M Y K H S L
Decimal 74 220 97 0.66 0 0.56 0.14 129.45 0.68 0.58
Hex 4A DC 61 42 0 38 E 81 44 3A
Octal 112 334 141 102 0 70 16 201 104 72
Binary 1001010 11011100 1100001 1000010 0 111000 1110 10000001 1000100 111010

Color Harmonies of #4ADC61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ADC61

Black with #4ADC61

Text Example


Text Example

White with #4ADC61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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