Html Css Color HEX #4ADB8E Emerald

📋 copy color: '#4ADB8E'

red 74 ◦ green 219 ◦ blue 142

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

Shades of Emerald #4ADB8E

Tints of Emerald #4ADB8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 32.64%

R = 17.01%
G = 50.34%
B = 32.64%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#4ADB8E (or 0x4ADB8E) is known color: Emerald. HEX triplet: 4A, DB and 8E. RGB value is (74,219,142). Sum of RGB (Red+Green+Blue) = 74+219+142=435 (57% of max value = 765). Red value is 74 (29.30% from 255 or 17.01% from 435); Green value is 219 (85.94% from 255 or 50.34% from 435); Blue value is 142 (55.86% from 255 or 32.64% from 435); Max value from RGB is 219 - color contains mainly: green. Hex color #4ADB8E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4ADB8E is #B52471. Grayscale: #A7A7A7. Windows color (decimal): -11871346 or 9362250. OLE color: 9362250.

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

Color convert

RGB 74 219 142 -
CMYK 0.66 0 0.35 0.14
HSL 148.14º 0.67% 0.57% -
HSV(B) 148.14º 0.66% 0.86% -
XYZ 33.04 54.07 34.29 -
YUV 166.87 113.96 61.76 -
System Red Green Blue C M Y K H S L
Decimal 74 219 142 0.66 0 0.35 0.14 148.14 0.67 0.57
Hex 4A DB 8E 42 0 23 E 94 43 39
Octal 112 333 216 102 0 43 16 224 103 71
Binary 1001010 11011011 10001110 1000010 0 100011 1110 10010100 1000011 111001

Color Harmonies of #4ADB8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ADB8E

Black with #4ADB8E

Text Example


Text Example

White with #4ADB8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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