#2CDF77

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

Shades of Emerald #2CDF77

Tints of Emerald #2CDF77

Color information

#2CDF77 (or 0x2CDF77) is unknown color: approx Emerald. HEX triplet: 2C, DF and 77. RGB value is (44,223,119). Sum of RGB (Red+Green+Blue) = 44+223+119=386 (51% of max value = 765). Red value is 44 (17.58% from 255 or 11.40% from 386); Green value is 223 (87.5% from 255 or 57.77% from 386); Blue value is 119 (46.88% from 255 or 30.83% from 386); Max value from RGB is 223 - color contains mainly: green. Hex color #2CDF77 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CDF77 is #D32088. Grayscale: #9D9D9D. Windows color (decimal): -13836425 or 7855916. OLE color: 7855916.

HSL color Cylindrical-coordinate representation of color #2CDF77: hue angle of 145.14º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2CDF77 is Cyan = 0.80, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.

Color convert

RGB44223119-
CMYK0.8000.470.13
HSL145.14º73.66%52.35%-
HSV(B)145.14º80.27%87.45%-
XYZ30.7654.6426.38-
YUV157.62106.246.96-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 11.40%
GREEN value IS 223 (87.5% from 255) = 57.77%
BLUE value IS 119 (46.88% from 255) = 30.83%
R=11.40%
G=57.77%
B=30.83%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal442231190.8000.470.13145.1473.6652.35
Hex2CDF775002FD914a34
Octal543371671200571522111264
Binary101100110111111110111101000001011111101100100011001010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CDF77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2CDF77; }

 p { color: rgb(44,223,119); }

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

<style>
 a { background-color: #2CDF77; }

 a { background-color: rgb(44,223,119); }

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

<style>
 span { border-color: #2CDF77; }

 span { border-color: rgb(44,223,119); }

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