Html Css Color HEX #4ADC56 Emerald

📋 copy color: '#4ADC56'

red 74 ◦ green 220 ◦ blue 86

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

Shades of Emerald #4ADC56

Tints of Emerald #4ADC56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 22.63%

R = 19.47%
G = 57.89%
B = 22.63%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.61

 K value IS 0.14

RGB Variations

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

Color information

#4ADC56 (or 0x4ADC56) is known color: Emerald. HEX triplet: 4A, DC and 56. RGB value is (74,220,86). Sum of RGB (Red+Green+Blue) = 74+220+86=380 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.47% from 380); Green value is 220 (86.33% from 255 or 57.89% from 380); Blue value is 86 (33.98% from 255 or 22.63% from 380); Max value from RGB is 220 - color contains mainly: green. Hex color #4ADC56 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4ADC56 is #B523A9. Grayscale: #A1A1A1. Windows color (decimal): -11871146 or 5692490. OLE color: 5692490.

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

Color convert

RGB 74 220 86 -
CMYK 0.66 0 0.61 0.14
HSL 124.93º 0.68% 0.58% -
HSV(B) 124.93º 0.66% 0.86% -
XYZ 30.1 53.31 17.51 -
YUV 161.07 85.63 65.9 -
System Red Green Blue C M Y K H S L
Decimal 74 220 86 0.66 0 0.61 0.14 124.93 0.68 0.58
Hex 4A DC 56 42 0 3D E 7D 44 3A
Octal 112 334 126 102 0 75 16 175 104 72
Binary 1001010 11011100 1010110 1000010 0 111101 1110 1111101 1000100 111010

Color Harmonies of #4ADC56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ADC56

Black with #4ADC56

Text Example


Text Example

White with #4ADC56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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