#2CDE73

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

Shades of Emerald #2CDE73

Tints of Emerald #2CDE73

Color information

#2CDE73 (or 0x2CDE73) is unknown color: approx Emerald. HEX triplet: 2C, DE and 73. RGB value is (44,222,115). Sum of RGB (Red+Green+Blue) = 44+222+115=381 (50% of max value = 765). Red value is 44 (17.58% from 255 or 11.55% from 381); Green value is 222 (87.11% from 255 or 58.27% from 381); Blue value is 115 (45.31% from 255 or 30.18% from 381); Max value from RGB is 222 - color contains mainly: green. Hex color #2CDE73 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CDE73 is #D3218C. Grayscale: #9C9C9C. Windows color (decimal): -13836685 or 7593516. OLE color: 7593516.

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

Color convert

RGB44222115-
CMYK0.8000.480.13
HSL143.93º72.95%52.16%-
HSV(B)143.93º80.18%87.06%-
XYZ30.2554.0225.05-
YUV156.58104.5347.7-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 11.55%
GREEN value IS 222 (87.11% from 255) = 58.27%
BLUE value IS 115 (45.31% from 255) = 30.18%
R=11.55%
G=58.27%
B=30.18%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal442221150.8000.480.13143.9372.9552.16
Hex2CDE7350030D904934
Octal543361631200601522011164
Binary101100110111101110011101000001100001101100100001001001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CDE73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,222,115); }

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

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

 a { background-color: rgb(44,222,115); }

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

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

 span { border-color: rgb(44,222,115); }

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