Html Css Color HEX #4AD88F Emerald

📋 copy color: '#4AD88F'

red 74 ◦ green 216 ◦ blue 143

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

Shades of Emerald #4AD88F

Tints of Emerald #4AD88F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 33.03%

R = 17.09%
G = 49.88%
B = 33.03%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#4AD88F (or 0x4AD88F) is known color: Emerald. HEX triplet: 4A, D8 and 8F. RGB value is (74,216,143). Sum of RGB (Red+Green+Blue) = 74+216+143=433 (57% of max value = 765). Red value is 74 (29.30% from 255 or 17.09% from 433); Green value is 216 (84.77% from 255 or 49.88% from 433); Blue value is 143 (56.25% from 255 or 33.03% from 433); Max value from RGB is 216 - color contains mainly: green. Hex color #4AD88F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AD88F is #B52770. Grayscale: #A5A5A5. Windows color (decimal): -11872113 or 9427018. OLE color: 9427018.

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

Color convert

RGB 74 216 143 -
CMYK 0.66 0 0.34 0.15
HSL 149.15º 0.65% 0.57% -
HSV(B) 149.15º 0.66% 0.85% -
XYZ 32.34 52.55 34.43 -
YUV 165.22 115.46 62.94 -
System Red Green Blue C M Y K H S L
Decimal 74 216 143 0.66 0 0.34 0.15 149.15 0.65 0.57
Hex 4A D8 8F 42 0 22 F 95 41 39
Octal 112 330 217 102 0 42 17 225 101 71
Binary 1001010 11011000 10001111 1000010 0 100010 1111 10010101 1000001 111001

Color Harmonies of #4AD88F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AD88F

Black with #4AD88F

Text Example


Text Example

White with #4AD88F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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