#2BDD76

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

Shades of Emerald #2BDD76

Tints of Emerald #2BDD76

Color information

#2BDD76 (or 0x2BDD76) is unknown color: approx Emerald. HEX triplet: 2B, DD and 76. RGB value is (43,221,118). Sum of RGB (Red+Green+Blue) = 43+221+118=382 (50% of max value = 765). Red value is 43 (17.19% from 255 or 11.26% from 382); Green value is 221 (86.72% from 255 or 57.85% from 382); Blue value is 118 (46.48% from 255 or 30.89% from 382); Max value from RGB is 221 - color contains mainly: green. Hex color #2BDD76 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BDD76 is #D42289. Grayscale: #9C9C9C. Windows color (decimal): -13902474 or 7789867. OLE color: 7789867.

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

Color convert

RGB43221118-
CMYK0.8100.470.13
HSL145.28º72.36%51.76%-
HSV(B)145.28º80.54%86.67%-
XYZ30.1253.5325.89-
YUV156.04106.5347.38-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 11.26%
GREEN value IS 221 (86.72% from 255) = 57.85%
BLUE value IS 118 (46.48% from 255) = 30.89%
R=11.26%
G=57.85%
B=30.89%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal432211180.8100.470.13145.2872.3651.76
Hex2BDD765102FD914834
Octal533351661210571522111064
Binary101011110111011110110101000101011111101100100011001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BDD76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,221,118); }

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

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

 a { background-color: rgb(43,221,118); }

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

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

 span { border-color: rgb(43,221,118); }

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