Html Css Color HEX #4CCC7A Emerald

📋 copy color: '#4CCC7A'

red 76 ◦ green 204 ◦ blue 122

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

Shades of Emerald #4CCC7A

Tints of Emerald #4CCC7A

RGB

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

 GREEN value IS 204 (80.08% from 255) = 50.75%

 BLUE value IS 122 (48.05% from 255) = 30.35%

R = 18.91%
G = 50.75%
B = 30.35%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.40

 K value IS 0.2

RGB Variations

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

Color information

#4CCC7A (or 0x4CCC7A) is known color: Emerald. HEX triplet: 4C, CC and 7A. RGB value is (76,204,122). Sum of RGB (Red+Green+Blue) = 76+204+122=402 (53% of max value = 765). Red value is 76 (30.08% from 255 or 18.91% from 402); Green value is 204 (80.08% from 255 or 50.75% from 402); Blue value is 122 (48.05% from 255 or 30.35% from 402); Max value from RGB is 204 - color contains mainly: green. Hex color #4CCC7A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CCC7A is #B33385. Grayscale: #9C9C9C. Windows color (decimal): -11744134 or 8047692. OLE color: 8047692.

HSL color Cylindrical-coordinate representation of color #4CCC7A: hue angle of 141.56º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4CCC7A is Cyan = 0.63, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.2.

Color convert

RGB 76 204 122 -
CMYK 0.63 0 0.40 0.2
HSL 141.56º 0.56% 0.55% -
HSV(B) 141.56º 0.63% 0.8% -
XYZ 28.09 46.13 25.84 -
YUV 156.38 108.59 70.67 -
System Red Green Blue C M Y K H S L
Decimal 76 204 122 0.63 0 0.40 0.2 141.56 0.56 0.55
Hex 4C CC 7A 3F 0 28 14 8E 38 37
Octal 114 314 172 77 0 50 24 216 70 67
Binary 1001100 11001100 1111010 111111 0 101000 10100 10001110 111000 110111

Color Harmonies of #4CCC7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CCC7A

Black with #4CCC7A

Text Example


Text Example

White with #4CCC7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,204,122); }

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

background-color css

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

 a { background-color: rgb(76,204,122); }

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

border-color css

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

 span { border-color: rgb(76,204,122); }

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