Html Css Color HEX #4CC48A Emerald

📋 copy color: '#4CC48A'

red 76 ◦ green 196 ◦ blue 138

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

Shades of Emerald #4CC48A

Tints of Emerald #4CC48A

RGB

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

 GREEN value IS 196 (76.95% from 255) = 47.8%

 BLUE value IS 138 (54.3% from 255) = 33.66%

R = 18.54%
G = 47.8%
B = 33.66%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.30

 K value IS 0.23

RGB Variations

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

Color information

#4CC48A (or 0x4CC48A) is known color: Emerald. HEX triplet: 4C, C4 and 8A. RGB value is (76,196,138). Sum of RGB (Red+Green+Blue) = 76+196+138=410 (54% of max value = 765). Red value is 76 (30.08% from 255 or 18.54% from 410); Green value is 196 (76.95% from 255 or 47.80% from 410); Blue value is 138 (54.30% from 255 or 33.66% from 410); Max value from RGB is 196 - color contains mainly: green. Hex color #4CC48A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CC48A is #B33B75. Grayscale: #999999. Windows color (decimal): -11746166 or 9094220. OLE color: 9094220.

HSL color Cylindrical-coordinate representation of color #4CC48A: hue angle of 151º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4CC48A is Cyan = 0.61, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.23.

Color convert

RGB 76 196 138 -
CMYK 0.61 0 0.30 0.23
HSL 151º 0.5% 0.53% -
HSV(B) 151º 0.61% 0.77% -
XYZ 27.31 42.85 30.88 -
YUV 153.51 119.24 72.72 -
System Red Green Blue C M Y K H S L
Decimal 76 196 138 0.61 0 0.30 0.23 151 0.5 0.53
Hex 4C C4 8A 3D 0 1E 17 97 32 35
Octal 114 304 212 75 0 36 27 227 62 65
Binary 1001100 11000100 10001010 111101 0 11110 10111 10010111 110010 110101

Color Harmonies of #4CC48A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CC48A

Black with #4CC48A

Text Example


Text Example

White with #4CC48A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,196,138); }

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

background-color css

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

 a { background-color: rgb(76,196,138); }

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

border-color css

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

 span { border-color: rgb(76,196,138); }

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