#4CC85D

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

Shades of Emerald #4CC85D

Tints of Emerald #4CC85D

Color information

#4CC85D (or 0x4CC85D) is unknown color: approx Emerald. HEX triplet: 4C, C8 and 5D. RGB value is (76,200,93). Sum of RGB (Red+Green+Blue) = 76+200+93=369 (48% of max value = 765). Red value is 76 (30.08% from 255 or 20.60% from 369); Green value is 200 (78.52% from 255 or 54.20% from 369); Blue value is 93 (36.72% from 255 or 25.20% from 369); Max value from RGB is 200 - color contains mainly: green. Hex color #4CC85D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CC85D is #B337A2. Grayscale: #979797. Windows color (decimal): -11745187 or 6146124. OLE color: 6146124.

HSL color Cylindrical-coordinate representation of color #4CC85D: hue angle of 128.23º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4CC85D is Cyan = 0.62, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.22.

Color convert

RGB7620093-
CMYK0.6200.540.22
HSL128.23º52.99%54.12%-
HSV(B)128.23º62%78.43%-
XYZ25.6143.6417.43-
YUV150.7395.4274.7-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 20.60%
GREEN value IS 200 (78.52% from 255) = 54.20%
BLUE value IS 93 (36.72% from 255) = 25.20%
R=20.60%
G=54.20%
B=25.20%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal76200930.6200.540.22128.2352.9954.12
Hex4CC85D3E03616803536
Octal11431013576066262006566
Binary100110011001000101110111111001101101011010000000110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CC85D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,200,93); }

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

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

 a { background-color: rgb(76,200,93); }

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

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

 span { border-color: rgb(76,200,93); }

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