#2CDA77

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

Shades of Emerald #2CDA77

Tints of Emerald #2CDA77

Color information

#2CDA77 (or 0x2CDA77) is unknown color: approx Emerald. HEX triplet: 2C, DA and 77. RGB value is (44,218,119). Sum of RGB (Red+Green+Blue) = 44+218+119=381 (50% of max value = 765). Red value is 44 (17.58% from 255 or 11.55% from 381); Green value is 218 (85.55% from 255 or 57.22% from 381); Blue value is 119 (46.88% from 255 or 31.23% from 381); Max value from RGB is 218 - color contains mainly: green. Hex color #2CDA77 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CDA77 is #D32588. Grayscale: #9A9A9A. Windows color (decimal): -13837705 or 7854636. OLE color: 7854636.

HSL color Cylindrical-coordinate representation of color #2CDA77: hue angle of 145.86º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2CDA77 is Cyan = 0.80, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.15.

Color convert

RGB44218119-
CMYK0.8000.450.15
HSL145.86º70.16%51.37%-
HSV(B)145.86º79.82%85.49%-
XYZ29.4452.0125.94-
YUV154.69107.8549.05-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 11.55%
GREEN value IS 218 (85.55% from 255) = 57.22%
BLUE value IS 119 (46.88% from 255) = 31.23%
R=11.55%
G=57.22%
B=31.23%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal442181190.8000.450.15145.8670.1651.37
Hex2CDA775002DF924633
Octal543321671200551722210663
Binary101100110110101110111101000001011011111100100101000110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CDA77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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