#2CDD77

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

Shades of Emerald #2CDD77

Tints of Emerald #2CDD77

Color information

#2CDD77 (or 0x2CDD77) is unknown color: approx Emerald. HEX triplet: 2C, DD and 77. RGB value is (44,221,119). Sum of RGB (Red+Green+Blue) = 44+221+119=384 (50% of max value = 765). Red value is 44 (17.58% from 255 or 11.46% from 384); Green value is 221 (86.72% from 255 or 57.55% from 384); Blue value is 119 (46.88% from 255 or 30.99% from 384); Max value from RGB is 221 - color contains mainly: green. Hex color #2CDD77 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CDD77 is #D32288. Grayscale: #9C9C9C. Windows color (decimal): -13836937 or 7855404. OLE color: 7855404.

HSL color Cylindrical-coordinate representation of color #2CDD77: hue angle of 145.42º degrees, saturation: 0.72, 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 #2CDD77 is Cyan = 0.80, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.13.

Color convert

RGB44221119-
CMYK0.8000.460.13
HSL145.42º72.24%51.96%-
HSV(B)145.42º80.09%86.67%-
XYZ30.2253.5826.2-
YUV156.45106.8647.79-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 11.46%
GREEN value IS 221 (86.72% from 255) = 57.55%
BLUE value IS 119 (46.88% from 255) = 30.99%
R=11.46%
G=57.55%
B=30.99%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal442211190.8000.460.13145.4272.2451.96
Hex2CDD775002ED914834
Octal543351671200561522111064
Binary101100110111011110111101000001011101101100100011001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CDD77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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