Html Css Color HEX #4CCC8E Emerald

📋 copy color: '#4CCC8E'

red 76 ◦ green 204 ◦ blue 142

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

Shades of Emerald #4CCC8E

Tints of Emerald #4CCC8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 33.65%

R = 18.01%
G = 48.34%
B = 33.65%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.30

 K value IS 0.2

RGB Variations

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

Color information

#4CCC8E (or 0x4CCC8E) is known color: Emerald. HEX triplet: 4C, CC and 8E. RGB value is (76,204,142). Sum of RGB (Red+Green+Blue) = 76+204+142=422 (55% of max value = 765). Red value is 76 (30.08% from 255 or 18.01% from 422); Green value is 204 (80.08% from 255 or 48.34% from 422); Blue value is 142 (55.86% from 255 or 33.65% from 422); Max value from RGB is 204 - color contains mainly: green. Hex color #4CCC8E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CCC8E is #B33371. Grayscale: #9E9E9E. Windows color (decimal): -11744114 or 9358412. OLE color: 9358412.

HSL color Cylindrical-coordinate representation of color #4CCC8E: hue angle of 150.94º 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 #4CCC8E is Cyan = 0.63, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.2.

Color convert

RGB 76 204 142 -
CMYK 0.63 0 0.30 0.2
HSL 150.94º 0.56% 0.55% -
HSV(B) 150.94º 0.63% 0.8% -
XYZ 29.46 46.68 33.05 -
YUV 158.66 118.59 69.04 -
System Red Green Blue C M Y K H S L
Decimal 76 204 142 0.63 0 0.30 0.2 150.94 0.56 0.55
Hex 4C CC 8E 3F 0 1E 14 97 38 37
Octal 114 314 216 77 0 36 24 227 70 67
Binary 1001100 11001100 10001110 111111 0 11110 10100 10010111 111000 110111

Color Harmonies of #4CCC8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CCC8E

Black with #4CCC8E

Text Example


Text Example

White with #4CCC8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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