Html Css Color HEX #4CCA8D Emerald

📋 copy color: '#4CCA8D'

red 76 ◦ green 202 ◦ blue 141

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

Shades of Emerald #4CCA8D

Tints of Emerald #4CCA8D

RGB

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

 GREEN value IS 202 (79.3% from 255) = 48.21%

 BLUE value IS 141 (55.47% from 255) = 33.65%

R = 18.14%
G = 48.21%
B = 33.65%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.30

 K value IS 0.21

RGB Variations

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

Color information

#4CCA8D (or 0x4CCA8D) is known color: Emerald. HEX triplet: 4C, CA and 8D. RGB value is (76,202,141). Sum of RGB (Red+Green+Blue) = 76+202+141=419 (55% of max value = 765). Red value is 76 (30.08% from 255 or 18.14% from 419); Green value is 202 (79.30% from 255 or 48.21% from 419); Blue value is 141 (55.47% from 255 or 33.65% from 419); Max value from RGB is 202 - color contains mainly: green. Hex color #4CCA8D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CCA8D is #B33572. Grayscale: #9D9D9D. Windows color (decimal): -11744627 or 9292364. OLE color: 9292364.

HSL color Cylindrical-coordinate representation of color #4CCA8D: hue angle of 150.95º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4CCA8D is Cyan = 0.62, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.21.

Color convert

RGB 76 202 141 -
CMYK 0.62 0 0.30 0.21
HSL 150.95º 0.54% 0.55% -
HSV(B) 150.95º 0.62% 0.79% -
XYZ 28.91 45.7 32.5 -
YUV 157.37 118.76 69.96 -
System Red Green Blue C M Y K H S L
Decimal 76 202 141 0.62 0 0.30 0.21 150.95 0.54 0.55
Hex 4C CA 8D 3E 0 1E 15 97 36 37
Octal 114 312 215 76 0 36 25 227 66 67
Binary 1001100 11001010 10001101 111110 0 11110 10101 10010111 110110 110111

Color Harmonies of #4CCA8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CCA8D

Black with #4CCA8D

Text Example


Text Example

White with #4CCA8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,202,141); }

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

background-color css

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

 a { background-color: rgb(76,202,141); }

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

border-color css

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

 span { border-color: rgb(76,202,141); }

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