Html Css Color HEX #4ADC7B Emerald

📋 copy color: '#4ADC7B'

red 74 ◦ green 220 ◦ blue 123

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

Shades of Emerald #4ADC7B

Tints of Emerald #4ADC7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 29.5%

R = 17.75%
G = 52.76%
B = 29.5%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.44

 K value IS 0.14

RGB Variations

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

Color information

#4ADC7B (or 0x4ADC7B) is known color: Emerald. HEX triplet: 4A, DC and 7B. RGB value is (74,220,123). Sum of RGB (Red+Green+Blue) = 74+220+123=417 (55% of max value = 765). Red value is 74 (29.30% from 255 or 17.75% from 417); Green value is 220 (86.33% from 255 or 52.76% from 417); Blue value is 123 (48.44% from 255 or 29.50% from 417); Max value from RGB is 220 - color contains mainly: green. Hex color #4ADC7B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4ADC7B is #B52384. Grayscale: #A5A5A5. Windows color (decimal): -11871109 or 8117322. OLE color: 8117322.

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

Color convert

RGB 74 220 123 -
CMYK 0.66 0 0.44 0.14
HSL 140.14º 0.68% 0.58% -
HSV(B) 140.14º 0.66% 0.86% -
XYZ 31.99 54.07 27.49 -
YUV 165.29 104.13 62.89 -
System Red Green Blue C M Y K H S L
Decimal 74 220 123 0.66 0 0.44 0.14 140.14 0.68 0.58
Hex 4A DC 7B 42 0 2C E 8C 44 3A
Octal 112 334 173 102 0 54 16 214 104 72
Binary 1001010 11011100 1111011 1000010 0 101100 1110 10001100 1000100 111010

Color Harmonies of #4ADC7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ADC7B

Black with #4ADC7B

Text Example


Text Example

White with #4ADC7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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