#4CD08F

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

Shades of Emerald #4CD08F

Tints of Emerald #4CD08F

Color information

#4CD08F (or 0x4CD08F) is unknown color: approx Emerald. HEX triplet: 4C, D0 and 8F. RGB value is (76,208,143). Sum of RGB (Red+Green+Blue) = 76+208+143=427 (56% of max value = 765). Red value is 76 (30.08% from 255 or 17.80% from 427); Green value is 208 (81.64% from 255 or 48.71% from 427); Blue value is 143 (56.25% from 255 or 33.49% from 427); Max value from RGB is 208 - color contains mainly: green. Hex color #4CD08F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CD08F is #B32F70. Grayscale: #A1A1A1. Windows color (decimal): -11743089 or 9424972. OLE color: 9424972.

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

Color convert

RGB76208143-
CMYK0.6300.310.18
HSL150.45º58.41%55.69%-
HSV(B)150.45º63.46%81.57%-
XYZ30.4948.6333.77-
YUV161.12117.7767.29-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 17.80%
GREEN value IS 208 (81.64% from 255) = 48.71%
BLUE value IS 143 (56.25% from 255) = 33.49%
R=17.80%
G=48.71%
B=33.49%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal762081430.6300.310.18150.4558.4155.69
Hex4CD08F3F01F12963a38
Octal11432021777037222267270
Binary100110011010000100011111111110111111001010010110111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CD08F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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