#4CC381

Color #4CC381 Emerald (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Emerald #4CC381

Tints of Emerald #4CC381

Color information

#4CC381 (or 0x4CC381) is unknown color: approx Emerald. HEX triplet: 4C, C3 and 81. RGB value is (76,195,129). Sum of RGB (Red+Green+Blue) = 76+195+129=400 (52% of max value = 765). Red value is 76 (30.08% from 255 or 19% from 400); Green value is 195 (76.56% from 255 or 48.75% from 400); Blue value is 129 (50.78% from 255 or 32.25% from 400); Max value from RGB is 195 - color contains mainly: green. Hex color #4CC381 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CC381 is #B33C7E. Grayscale: #989898. Windows color (decimal): -11746431 or 8504140. OLE color: 8504140.

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

Color convert

RGB76195129-
CMYK0.6100.340.24
HSL146.72º49.79%53.14%-
HSV(B)146.72º61.03%76.47%-
XYZ26.4642.1527.51-
YUV151.89115.0873.87-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 19%
GREEN value IS 195 (76.56% from 255) = 48.75%
BLUE value IS 129 (50.78% from 255) = 32.25%
R=19%
G=48.75%
B=32.25%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal761951290.6100.340.24146.7249.7953.14
Hex4CC3813D02218933235
Octal11430320175042302236265
Binary1001100110000111000000111110101000101100010010011110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CC381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,195,129); }

 H1.HeaderClassName
 {
   color: #4CC381;
 }
 .AnyTagClassName
 {
   color: #4CC381;
 }
</style>
background-color css

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

 a { background-color: rgb(76,195,129); }

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

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

 span { border-color: rgb(76,195,129); }

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