#4CD075

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

Shades of Emerald #4CD075

Tints of Emerald #4CD075

Color information

#4CD075 (or 0x4CD075) is unknown color: approx Emerald. HEX triplet: 4C, D0 and 75. RGB value is (76,208,117). Sum of RGB (Red+Green+Blue) = 76+208+117=401 (53% of max value = 765). Red value is 76 (30.08% from 255 or 18.95% from 401); Green value is 208 (81.64% from 255 or 51.87% from 401); Blue value is 117 (46.09% from 255 or 29.18% from 401); Max value from RGB is 208 - color contains mainly: green. Hex color #4CD075 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CD075 is #B32F8A. Grayscale: #9E9E9E. Windows color (decimal): -11743115 or 7721036. OLE color: 7721036.

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

Color convert

RGB76208117-
CMYK0.6300.440.18
HSL138.64º58.41%55.69%-
HSV(B)138.64º63.46%81.57%-
XYZ28.7547.9324.57-
YUV158.16104.7769.4-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 18.95%
GREEN value IS 208 (81.64% from 255) = 51.87%
BLUE value IS 117 (46.09% from 255) = 29.18%
R=18.95%
G=51.87%
B=29.18%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal762081170.6300.440.18138.6458.4155.69
Hex4CD0753F02C128b3a38
Octal11432016577054222137270
Binary100110011010000111010111111101011001001010001011111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CD075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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