Html Css Color HEX #4ABA7D Emerald

📋 copy color: '#4ABA7D'

red 74 ◦ green 186 ◦ blue 125

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

Shades of Emerald #4ABA7D

Tints of Emerald #4ABA7D

RGB

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

 GREEN value IS 186 (73.05% from 255) = 48.31%

 BLUE value IS 125 (49.22% from 255) = 32.47%

R = 19.22%
G = 48.31%
B = 32.47%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#4ABA7D (or 0x4ABA7D) is known color: Emerald. HEX triplet: 4A, BA and 7D. RGB value is (74,186,125). Sum of RGB (Red+Green+Blue) = 74+186+125=385 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.22% from 385); Green value is 186 (73.05% from 255 or 48.31% from 385); Blue value is 125 (49.22% from 255 or 32.47% from 385); Max value from RGB is 186 - color contains mainly: green. Hex color #4ABA7D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4ABA7D is #B54582. Grayscale: #919191. Windows color (decimal): -11879811 or 8239690. OLE color: 8239690.

HSL color Cylindrical-coordinate representation of color #4ABA7D: hue angle of 147.32º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4ABA7D is Cyan = 0.60, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.27.

Color convert

RGB 74 186 125 -
CMYK 0.60 0 0.33 0.27
HSL 147.32º 0.45% 0.51% -
HSV(B) 147.32º 0.6% 0.73% -
XYZ 24.08 38.05 25.48 -
YUV 145.56 116.39 76.96 -
System Red Green Blue C M Y K H S L
Decimal 74 186 125 0.60 0 0.33 0.27 147.32 0.45 0.51
Hex 4A BA 7D 3C 0 21 1B 93 2D 33
Octal 112 272 175 74 0 41 33 223 55 63
Binary 1001010 10111010 1111101 111100 0 100001 11011 10010011 101101 110011

Color Harmonies of #4ABA7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ABA7D

Black with #4ABA7D

Text Example


Text Example

White with #4ABA7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,186,125); }

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

background-color css

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

 a { background-color: rgb(74,186,125); }

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

border-color css

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

 span { border-color: rgb(74,186,125); }

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