Html Css Color HEX #4AD08D Emerald

📋 copy color: '#4AD08D'

red 74 ◦ green 208 ◦ blue 141

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

Shades of Emerald #4AD08D

Tints of Emerald #4AD08D

RGB

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

 GREEN value IS 208 (81.64% from 255) = 49.17%

 BLUE value IS 141 (55.47% from 255) = 33.33%

R = 17.49%
G = 49.17%
B = 33.33%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#4AD08D (or 0x4AD08D) is known color: Emerald. HEX triplet: 4A, D0 and 8D. RGB value is (74,208,141). Sum of RGB (Red+Green+Blue) = 74+208+141=423 (56% of max value = 765). Red value is 74 (29.30% from 255 or 17.49% from 423); Green value is 208 (81.64% from 255 or 49.17% from 423); Blue value is 141 (55.47% from 255 or 33.33% from 423); Max value from RGB is 208 - color contains mainly: green. Hex color #4AD08D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AD08D is #B52F72. Grayscale: #A0A0A0. Windows color (decimal): -11874163 or 9293898. OLE color: 9293898.

HSL color Cylindrical-coordinate representation of color #4AD08D: hue angle of 150º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4AD08D is Cyan = 0.64, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.18.

Color convert

RGB 74 208 141 -
CMYK 0.64 0 0.32 0.18
HSL 150º 0.59% 0.55% -
HSV(B) 150º 0.64% 0.82% -
XYZ 30.19 48.49 32.97 -
YUV 160.3 117.11 66.45 -
System Red Green Blue C M Y K H S L
Decimal 74 208 141 0.64 0 0.32 0.18 150 0.59 0.55
Hex 4A D0 8D 40 0 20 12 96 3B 37
Octal 112 320 215 100 0 40 22 226 73 67
Binary 1001010 11010000 10001101 1000000 0 100000 10010 10010110 111011 110111

Color Harmonies of #4AD08D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AD08D

Black with #4AD08D

Text Example


Text Example

White with #4AD08D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,208,141); }

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

background-color css

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

 a { background-color: rgb(74,208,141); }

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

border-color css

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

 span { border-color: rgb(74,208,141); }

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