Html Css Color HEX #4ABE7C Emerald

📋 copy color: '#4ABE7C'

red 74 ◦ green 190 ◦ blue 124

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

Shades of Emerald #4ABE7C

Tints of Emerald #4ABE7C

RGB

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

 GREEN value IS 190 (74.61% from 255) = 48.97%

 BLUE value IS 124 (48.83% from 255) = 31.96%

R = 19.07%
G = 48.97%
B = 31.96%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#4ABE7C (or 0x4ABE7C) is known color: Emerald. HEX triplet: 4A, BE and 7C. RGB value is (74,190,124). Sum of RGB (Red+Green+Blue) = 74+190+124=388 (51% of max value = 765). Red value is 74 (29.30% from 255 or 19.07% from 388); Green value is 190 (74.61% from 255 or 48.97% from 388); Blue value is 124 (48.83% from 255 or 31.96% from 388); Max value from RGB is 190 - color contains mainly: green. Hex color #4ABE7C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4ABE7C is #B54183. Grayscale: #939393. Windows color (decimal): -11878788 or 8175178. OLE color: 8175178.

HSL color Cylindrical-coordinate representation of color #4ABE7C: hue angle of 145.86º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4ABE7C is Cyan = 0.61, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.

Color convert

RGB 74 190 124 -
CMYK 0.61 0 0.35 0.25
HSL 145.86º 0.47% 0.52% -
HSV(B) 145.86º 0.61% 0.75% -
XYZ 24.88 39.74 25.43 -
YUV 147.79 114.57 75.37 -
System Red Green Blue C M Y K H S L
Decimal 74 190 124 0.61 0 0.35 0.25 145.86 0.47 0.52
Hex 4A BE 7C 3D 0 23 19 92 2F 34
Octal 112 276 174 75 0 43 31 222 57 64
Binary 1001010 10111110 1111100 111101 0 100011 11001 10010010 101111 110100

Color Harmonies of #4ABE7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ABE7C

Black with #4ABE7C

Text Example


Text Example

White with #4ABE7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,190,124); }

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

background-color css

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

 a { background-color: rgb(74,190,124); }

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

border-color css

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

 span { border-color: rgb(74,190,124); }

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