Html Css Color HEX #4CC074 Emerald

📋 copy color: '#4CC074'

red 76 ◦ green 192 ◦ blue 116

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

Shades of Emerald #4CC074

Tints of Emerald #4CC074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 30.21%

R = 19.79%
G = 50%
B = 30.21%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#4CC074 (or 0x4CC074) is known color: Emerald. HEX triplet: 4C, C0 and 74. RGB value is (76,192,116). Sum of RGB (Red+Green+Blue) = 76+192+116=384 (50% of max value = 765). Red value is 76 (30.08% from 255 or 19.79% from 384); Green value is 192 (75.39% from 255 or 50% from 384); Blue value is 116 (45.70% from 255 or 30.21% from 384); Max value from RGB is 192 - color contains mainly: green. Hex color #4CC074 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CC074 is #B33F8B. Grayscale: #949494. Windows color (decimal): -11747212 or 7651404. OLE color: 7651404.

HSL color Cylindrical-coordinate representation of color #4CC074: hue angle of 140.69º 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 #4CC074 is Cyan = 0.60, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB 76 192 116 -
CMYK 0.60 0 0.40 0.25
HSL 140.69º 0.48% 0.53% -
HSV(B) 140.69º 0.6% 0.75% -
XYZ 24.98 40.5 23.02 -
YUV 148.65 109.57 76.18 -
System Red Green Blue C M Y K H S L
Decimal 76 192 116 0.60 0 0.40 0.25 140.69 0.48 0.53
Hex 4C C0 74 3C 0 28 19 8D 30 35
Octal 114 300 164 74 0 50 31 215 60 65
Binary 1001100 11000000 1110100 111100 0 101000 11001 10001101 110000 110101

Color Harmonies of #4CC074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CC074

Black with #4CC074

Text Example


Text Example

White with #4CC074

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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