Html Css Color HEX #4ADC5D Emerald

📋 copy color: '#4ADC5D'

red 74 ◦ green 220 ◦ blue 93

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

Shades of Emerald #4ADC5D

Tints of Emerald #4ADC5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 24.03%

R = 19.12%
G = 56.85%
B = 24.03%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#4ADC5D (or 0x4ADC5D) is known color: Emerald. HEX triplet: 4A, DC and 5D. RGB value is (74,220,93). Sum of RGB (Red+Green+Blue) = 74+220+93=387 (51% of max value = 765). Red value is 74 (29.30% from 255 or 19.12% from 387); Green value is 220 (86.33% from 255 or 56.85% from 387); Blue value is 93 (36.72% from 255 or 24.03% from 387); Max value from RGB is 220 - color contains mainly: green. Hex color #4ADC5D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4ADC5D is #B523A2. Grayscale: #A2A2A2. Windows color (decimal): -11871139 or 6151242. OLE color: 6151242.

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

Color convert

RGB 74 220 93 -
CMYK 0.66 0 0.58 0.14
HSL 127.81º 0.68% 0.58% -
HSV(B) 127.81º 0.66% 0.86% -
XYZ 30.39 53.43 19.07 -
YUV 161.87 89.13 65.33 -
System Red Green Blue C M Y K H S L
Decimal 74 220 93 0.66 0 0.58 0.14 127.81 0.68 0.58
Hex 4A DC 5D 42 0 3A E 80 44 3A
Octal 112 334 135 102 0 72 16 200 104 72
Binary 1001010 11011100 1011101 1000010 0 111010 1110 10000000 1000100 111010

Color Harmonies of #4ADC5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ADC5D

Black with #4ADC5D

Text Example


Text Example

White with #4ADC5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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