Html Css Color HEX #4CC07C Emerald

📋 copy color: '#4CC07C'

red 76 ◦ green 192 ◦ blue 124

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

Shades of Emerald #4CC07C

Tints of Emerald #4CC07C

RGB

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

 GREEN value IS 192 (75.39% from 255) = 48.98%

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

R = 19.39%
G = 48.98%
B = 31.63%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#4CC07C (or 0x4CC07C) is known color: Emerald. HEX triplet: 4C, C0 and 7C. RGB value is (76,192,124). Sum of RGB (Red+Green+Blue) = 76+192+124=392 (51% of max value = 765). Red value is 76 (30.08% from 255 or 19.39% from 392); Green value is 192 (75.39% from 255 or 48.98% from 392); Blue value is 124 (48.83% from 255 or 31.63% from 392); Max value from RGB is 192 - color contains mainly: green. Hex color #4CC07C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CC07C is #B33F83. Grayscale: #959595. Windows color (decimal): -11747204 or 8175692. OLE color: 8175692.

HSL color Cylindrical-coordinate representation of color #4CC07C: hue angle of 144.83º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4CC07C is Cyan = 0.60, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.

Color convert

RGB 76 192 124 -
CMYK 0.60 0 0.35 0.25
HSL 144.83º 0.48% 0.53% -
HSV(B) 144.83º 0.6% 0.75% -
XYZ 25.47 40.69 25.58 -
YUV 149.56 113.57 75.53 -
System Red Green Blue C M Y K H S L
Decimal 76 192 124 0.60 0 0.35 0.25 144.83 0.48 0.53
Hex 4C C0 7C 3C 0 23 19 91 30 35
Octal 114 300 174 74 0 43 31 221 60 65
Binary 1001100 11000000 1111100 111100 0 100011 11001 10010001 110000 110101

Color Harmonies of #4CC07C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CC07C

Black with #4CC07C

Text Example


Text Example

White with #4CC07C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,192,124); }

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

background-color css

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

 a { background-color: rgb(76,192,124); }

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

border-color css

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

 span { border-color: rgb(76,192,124); }

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