Html Css Color HEX #4AD875 Emerald

📋 copy color: '#4AD875'

red 74 ◦ green 216 ◦ blue 117

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

Shades of Emerald #4AD875

Tints of Emerald #4AD875

RGB

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

 GREEN value IS 216 (84.77% from 255) = 53.07%

 BLUE value IS 117 (46.09% from 255) = 28.75%

R = 18.18%
G = 53.07%
B = 28.75%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#4AD875 (or 0x4AD875) is known color: Emerald. HEX triplet: 4A, D8 and 75. RGB value is (74,216,117). Sum of RGB (Red+Green+Blue) = 74+216+117=407 (53% of max value = 765). Red value is 74 (29.30% from 255 or 18.18% from 407); Green value is 216 (84.77% from 255 or 53.07% from 407); Blue value is 117 (46.09% from 255 or 28.75% from 407); Max value from RGB is 216 - color contains mainly: green. Hex color #4AD875 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AD875 is #B5278A. Grayscale: #A2A2A2. Windows color (decimal): -11872139 or 7723082. OLE color: 7723082.

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

Color convert

RGB 74 216 117 -
CMYK 0.66 0 0.46 0.15
HSL 138.17º 0.65% 0.57% -
HSV(B) 138.17º 0.66% 0.85% -
XYZ 30.59 51.85 25.23 -
YUV 162.26 102.46 65.05 -
System Red Green Blue C M Y K H S L
Decimal 74 216 117 0.66 0 0.46 0.15 138.17 0.65 0.57
Hex 4A D8 75 42 0 2E F 8A 41 39
Octal 112 330 165 102 0 56 17 212 101 71
Binary 1001010 11011000 1110101 1000010 0 101110 1111 10001010 1000001 111001

Color Harmonies of #4AD875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AD875

Black with #4AD875

Text Example


Text Example

White with #4AD875

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,216,117); }

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

background-color css

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

 a { background-color: rgb(74,216,117); }

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

border-color css

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

 span { border-color: rgb(74,216,117); }

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