Html Css Color HEX #4CDD8C Emerald

📋 copy color: '#4CDD8C'

red 76 ◦ green 221 ◦ blue 140

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

Shades of Emerald #4CDD8C

Tints of Emerald #4CDD8C

RGB

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

 GREEN value IS 221 (86.72% from 255) = 50.57%

 BLUE value IS 140 (55.08% from 255) = 32.04%

R = 17.39%
G = 50.57%
B = 32.04%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#4CDD8C (or 0x4CDD8C) is known color: Emerald. HEX triplet: 4C, DD and 8C. RGB value is (76,221,140). Sum of RGB (Red+Green+Blue) = 76+221+140=437 (57% of max value = 765). Red value is 76 (30.08% from 255 or 17.39% from 437); Green value is 221 (86.72% from 255 or 50.57% from 437); Blue value is 140 (55.08% from 255 or 32.04% from 437); Max value from RGB is 221 - color contains mainly: green. Hex color #4CDD8C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CDD8C is #B32273. Grayscale: #A8A8A8. Windows color (decimal): -11739764 or 9231692. OLE color: 9231692.

HSL color Cylindrical-coordinate representation of color #4CDD8C: hue angle of 146.48º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4CDD8C is Cyan = 0.66, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.13.

Color convert

RGB 76 221 140 -
CMYK 0.66 0 0.37 0.13
HSL 146.48º 0.68% 0.58% -
HSV(B) 146.48º 0.66% 0.87% -
XYZ 33.57 55.14 33.69 -
YUV 168.41 111.96 62.09 -
System Red Green Blue C M Y K H S L
Decimal 76 221 140 0.66 0 0.37 0.13 146.48 0.68 0.58
Hex 4C DD 8C 42 0 25 D 92 44 3A
Octal 114 335 214 102 0 45 15 222 104 72
Binary 1001100 11011101 10001100 1000010 0 100101 1101 10010010 1000100 111010

Color Harmonies of #4CDD8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CDD8C

Black with #4CDD8C

Text Example


Text Example

White with #4CDD8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,221,140); }

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

background-color css

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

 a { background-color: rgb(76,221,140); }

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

border-color css

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

 span { border-color: rgb(76,221,140); }

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