#4CD076

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

Shades of Emerald #4CD076

Tints of Emerald #4CD076

Color information

#4CD076 (or 0x4CD076) is unknown color: approx Emerald. HEX triplet: 4C, D0 and 76. RGB value is (76,208,118). Sum of RGB (Red+Green+Blue) = 76+208+118=402 (53% of max value = 765). Red value is 76 (30.08% from 255 or 18.91% from 402); Green value is 208 (81.64% from 255 or 51.74% from 402); Blue value is 118 (46.48% from 255 or 29.35% from 402); Max value from RGB is 208 - color contains mainly: green. Hex color #4CD076 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CD076 is #B32F89. Grayscale: #9E9E9E. Windows color (decimal): -11743114 or 7786572. OLE color: 7786572.

HSL color Cylindrical-coordinate representation of color #4CD076: hue angle of 139.09º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4CD076 is Cyan = 0.63, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.18.

Color convert

RGB76208118-
CMYK0.6300.430.18
HSL139.09º58.41%55.69%-
HSV(B)139.09º63.46%81.57%-
XYZ28.8147.9624.88-
YUV158.27105.2769.32-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 18.91%
GREEN value IS 208 (81.64% from 255) = 51.74%
BLUE value IS 118 (46.48% from 255) = 29.35%
R=18.91%
G=51.74%
B=29.35%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal762081180.6300.430.18139.0958.4155.69
Hex4CD0763F02B128b3a38
Octal11432016677053222137270
Binary100110011010000111011011111101010111001010001011111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CD076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,208,118); }

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

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

 a { background-color: rgb(76,208,118); }

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

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

 span { border-color: rgb(76,208,118); }

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