#4CD85F

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

Shades of Emerald #4CD85F

Tints of Emerald #4CD85F

Color information

#4CD85F (or 0x4CD85F) is unknown color: approx Emerald. HEX triplet: 4C, D8 and 5F. RGB value is (76,216,95). Sum of RGB (Red+Green+Blue) = 76+216+95=387 (51% of max value = 765). Red value is 76 (30.08% from 255 or 19.64% from 387); Green value is 216 (84.77% from 255 or 55.81% from 387); Blue value is 95 (37.5% from 255 or 24.55% from 387); Max value from RGB is 216 - color contains mainly: green. Hex color #4CD85F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CD85F is #B327A0. Grayscale: #A0A0A0. Windows color (decimal): -11741089 or 6281292. OLE color: 6281292.

HSL color Cylindrical-coordinate representation of color #4CD85F: hue angle of 128.14º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4CD85F is Cyan = 0.65, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB7621695-
CMYK0.6500.560.15
HSL128.14º64.22%57.25%-
HSV(B)128.14º64.81%84.71%-
XYZ29.651.4719.2-
YUV160.3591.1267.84-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 19.64%
GREEN value IS 216 (84.77% from 255) = 55.81%
BLUE value IS 95 (37.5% from 255) = 24.55%
R=19.64%
G=55.81%
B=24.55%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal76216950.6500.560.15128.1464.2257.25
Hex4CD85F41038F804039
Octal1143301371010701720010071
Binary1001100110110001011111100000101110001111100000001000000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CD85F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,216,95); }

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

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

 a { background-color: rgb(76,216,95); }

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

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

 span { border-color: rgb(76,216,95); }

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