Html Css Color HEX #4ADB76 Emerald

📋 copy color: '#4ADB76'

red 74 ◦ green 219 ◦ blue 118

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

Shades of Emerald #4ADB76

Tints of Emerald #4ADB76

RGB

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

 GREEN value IS 219 (85.94% from 255) = 53.28%

 BLUE value IS 118 (46.48% from 255) = 28.71%

R = 18%
G = 53.28%
B = 28.71%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#4ADB76 (or 0x4ADB76) is known color: Emerald. HEX triplet: 4A, DB and 76. RGB value is (74,219,118). Sum of RGB (Red+Green+Blue) = 74+219+118=411 (54% of max value = 765). Red value is 74 (29.30% from 255 or 18.00% from 411); Green value is 219 (85.94% from 255 or 53.28% from 411); Blue value is 118 (46.48% from 255 or 28.71% from 411); Max value from RGB is 219 - color contains mainly: green. Hex color #4ADB76 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4ADB76 is #B52489. Grayscale: #A4A4A4. Windows color (decimal): -11871370 or 7789386. OLE color: 7789386.

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

Color convert

RGB 74 219 118 -
CMYK 0.66 0 0.46 0.14
HSL 138.21º 0.67% 0.57% -
HSV(B) 138.21º 0.66% 0.86% -
XYZ 31.43 53.43 25.8 -
YUV 164.13 101.96 63.71 -
System Red Green Blue C M Y K H S L
Decimal 74 219 118 0.66 0 0.46 0.14 138.21 0.67 0.57
Hex 4A DB 76 42 0 2E E 8A 43 39
Octal 112 333 166 102 0 56 16 212 103 71
Binary 1001010 11011011 1110110 1000010 0 101110 1110 10001010 1000011 111001

Color Harmonies of #4ADB76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ADB76

Black with #4ADB76

Text Example


Text Example

White with #4ADB76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,219,118); }

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

background-color css

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

 a { background-color: rgb(74,219,118); }

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

border-color css

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

 span { border-color: rgb(74,219,118); }

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