Html Css Color HEX #4CBA7E Emerald

📋 copy color: '#4CBA7E'

red 76 ◦ green 186 ◦ blue 126

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

Shades of Emerald #4CBA7E

Tints of Emerald #4CBA7E

RGB

 RED value IS 76 (30.08% from 255) = 19.59%

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

 BLUE value IS 126 (49.61% from 255) = 32.47%

R = 19.59%
G = 47.94%
B = 32.47%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#4CBA7E (or 0x4CBA7E) is known color: Emerald. HEX triplet: 4C, BA and 7E. RGB value is (76,186,126). Sum of RGB (Red+Green+Blue) = 76+186+126=388 (51% of max value = 765). Red value is 76 (30.08% from 255 or 19.59% from 388); Green value is 186 (73.05% from 255 or 47.94% from 388); Blue value is 126 (49.61% from 255 or 32.47% from 388); Max value from RGB is 186 - color contains mainly: green. Hex color #4CBA7E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CBA7E is #B34581. Grayscale: #929292. Windows color (decimal): -11748738 or 8305228. OLE color: 8305228.

HSL color Cylindrical-coordinate representation of color #4CBA7E: hue angle of 147.27º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4CBA7E is Cyan = 0.59, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB 76 186 126 -
CMYK 0.59 0 0.32 0.27
HSL 147.27º 0.44% 0.51% -
HSV(B) 147.27º 0.59% 0.73% -
XYZ 24.31 38.16 25.82 -
YUV 146.27 116.56 77.88 -
System Red Green Blue C M Y K H S L
Decimal 76 186 126 0.59 0 0.32 0.27 147.27 0.44 0.51
Hex 4C BA 7E 3B 0 20 1B 93 2C 33
Octal 114 272 176 73 0 40 33 223 54 63
Binary 1001100 10111010 1111110 111011 0 100000 11011 10010011 101100 110011

Color Harmonies of #4CBA7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CBA7E

Black with #4CBA7E

Text Example


Text Example

White with #4CBA7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,186,126); }

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

background-color css

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

 a { background-color: rgb(76,186,126); }

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

border-color css

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

 span { border-color: rgb(76,186,126); }

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