Html Css Color HEX #4AD76B Emerald

📋 copy color: '#4AD76B'

red 74 ◦ green 215 ◦ blue 107

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

Shades of Emerald #4AD76B

Tints of Emerald #4AD76B

RGB

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

 GREEN value IS 215 (84.38% from 255) = 54.29%

 BLUE value IS 107 (42.19% from 255) = 27.02%

R = 18.69%
G = 54.29%
B = 27.02%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#4AD76B (or 0x4AD76B) is known color: Emerald. HEX triplet: 4A, D7 and 6B. RGB value is (74,215,107). Sum of RGB (Red+Green+Blue) = 74+215+107=396 (52% of max value = 765). Red value is 74 (29.30% from 255 or 18.69% from 396); Green value is 215 (84.38% from 255 or 54.29% from 396); Blue value is 107 (42.19% from 255 or 27.02% from 396); Max value from RGB is 215 - color contains mainly: green. Hex color #4AD76B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AD76B is #B52894. Grayscale: #A0A0A0. Windows color (decimal): -11872405 or 7067466. OLE color: 7067466.

HSL color Cylindrical-coordinate representation of color #4AD76B: hue angle of 134.04º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4AD76B is Cyan = 0.66, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB 74 215 107 -
CMYK 0.66 0 0.50 0.16
HSL 134.04º 0.64% 0.57% -
HSV(B) 134.04º 0.66% 0.84% -
XYZ 29.78 51.12 22.21 -
YUV 160.53 97.79 66.28 -
System Red Green Blue C M Y K H S L
Decimal 74 215 107 0.66 0 0.50 0.16 134.04 0.64 0.57
Hex 4A D7 6B 42 0 32 10 86 40 39
Octal 112 327 153 102 0 62 20 206 100 71
Binary 1001010 11010111 1101011 1000010 0 110010 10000 10000110 1000000 111001

Color Harmonies of #4AD76B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AD76B

Black with #4AD76B

Text Example


Text Example

White with #4AD76B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,215,107); }

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

background-color css

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

 a { background-color: rgb(74,215,107); }

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

border-color css

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

 span { border-color: rgb(74,215,107); }

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