Html Css Color HEX #4ADC60 Emerald

📋 copy color: '#4ADC60'

red 74 ◦ green 220 ◦ blue 96

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

Shades of Emerald #4ADC60

Tints of Emerald #4ADC60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 24.62%

R = 18.97%
G = 56.41%
B = 24.62%

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

#4ADC60 (or 0x4ADC60) is known color: Emerald. HEX triplet: 4A, DC and 60. RGB value is (74,220,96). Sum of RGB (Red+Green+Blue) = 74+220+96=390 (51% of max value = 765). Red value is 74 (29.30% from 255 or 18.97% from 390); Green value is 220 (86.33% from 255 or 56.41% from 390); Blue value is 96 (37.89% from 255 or 24.62% from 390); Max value from RGB is 220 - color contains mainly: green. Hex color #4ADC60 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4ADC60 is #B5239F. Grayscale: #A2A2A2. Windows color (decimal): -11871136 or 6347850. OLE color: 6347850.

HSL color Cylindrical-coordinate representation of color #4ADC60: hue angle of 129.04º 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 #4ADC60 is Cyan = 0.66, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.14.

Color convert

RGB 74 220 96 -
CMYK 0.66 0 0.56 0.14
HSL 129.04º 0.68% 0.58% -
HSV(B) 129.04º 0.66% 0.86% -
XYZ 30.53 53.49 19.78 -
YUV 162.21 90.63 65.08 -
System Red Green Blue C M Y K H S L
Decimal 74 220 96 0.66 0 0.56 0.14 129.04 0.68 0.58
Hex 4A DC 60 42 0 38 E 81 44 3A
Octal 112 334 140 102 0 70 16 201 104 72
Binary 1001010 11011100 1100000 1000010 0 111000 1110 10000001 1000100 111010

Color Harmonies of #4ADC60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ADC60

Black with #4ADC60

Text Example


Text Example

White with #4ADC60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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