Html Css Color HEX #4CDA80 Emerald

📋 copy color: '#4CDA80'

red 76 ◦ green 218 ◦ blue 128

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

Shades of Emerald #4CDA80

Tints of Emerald #4CDA80

RGB

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

 GREEN value IS 218 (85.55% from 255) = 51.66%

 BLUE value IS 128 (50.39% from 255) = 30.33%

R = 18.01%
G = 51.66%
B = 30.33%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#4CDA80 (or 0x4CDA80) is known color: Emerald. HEX triplet: 4C, DA and 80. RGB value is (76,218,128). Sum of RGB (Red+Green+Blue) = 76+218+128=422 (55% of max value = 765). Red value is 76 (30.08% from 255 or 18.01% from 422); Green value is 218 (85.55% from 255 or 51.66% from 422); Blue value is 128 (50.39% from 255 or 30.33% from 422); Max value from RGB is 218 - color contains mainly: green. Hex color #4CDA80 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CDA80 is #B3257F. Grayscale: #A5A5A5. Windows color (decimal): -11740544 or 8444492. OLE color: 8444492.

HSL color Cylindrical-coordinate representation of color #4CDA80: hue angle of 141.97º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4CDA80 is Cyan = 0.65, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB 76 218 128 -
CMYK 0.65 0 0.41 0.15
HSL 141.97º 0.66% 0.58% -
HSV(B) 141.97º 0.65% 0.85% -
XYZ 31.95 53.24 29.01 -
YUV 165.28 106.96 64.32 -
System Red Green Blue C M Y K H S L
Decimal 76 218 128 0.65 0 0.41 0.15 141.97 0.66 0.58
Hex 4C DA 80 41 0 29 F 8E 42 3A
Octal 114 332 200 101 0 51 17 216 102 72
Binary 1001100 11011010 10000000 1000001 0 101001 1111 10001110 1000010 111010

Color Harmonies of #4CDA80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CDA80

Black with #4CDA80

Text Example


Text Example

White with #4CDA80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,218,128); }

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

background-color css

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

 a { background-color: rgb(76,218,128); }

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

border-color css

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

 span { border-color: rgb(76,218,128); }

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