#4BDD7B

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

Shades of Emerald #4BDD7B

Tints of Emerald #4BDD7B

Color information

#4BDD7B (or 0x4BDD7B) is unknown color: approx Emerald. HEX triplet: 4B, DD and 7B. RGB value is (75,221,123). Sum of RGB (Red+Green+Blue) = 75+221+123=419 (55% of max value = 765). Red value is 75 (29.69% from 255 or 17.90% from 419); Green value is 221 (86.72% from 255 or 52.74% from 419); Blue value is 123 (48.44% from 255 or 29.36% from 419); Max value from RGB is 221 - color contains mainly: green. Hex color #4BDD7B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BDD7B is #B42284. Grayscale: #A6A6A6. Windows color (decimal): -11805317 or 8117579. OLE color: 8117579.

HSL color Cylindrical-coordinate representation of color #4BDD7B: hue angle of 139.73º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4BDD7B is Cyan = 0.66, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.

Color convert

RGB75221123-
CMYK0.6600.440.13
HSL139.73º68.22%58.04%-
HSV(B)139.73º66.06%86.67%-
XYZ32.3354.6427.58-
YUV166.17103.6362.97-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 17.90%
GREEN value IS 221 (86.72% from 255) = 52.74%
BLUE value IS 123 (48.44% from 255) = 29.36%
R=17.90%
G=52.74%
B=29.36%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal752211230.6600.440.13139.7368.2258.04
Hex4BDD7B4202CD8c443a
Octal1133351731020541521410472
Binary1001011110111011111011100001001011001101100011001000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BDD7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4BDD7B; }

 p { color: rgb(75,221,123); }

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

<style>
 a { background-color: #4BDD7B; }

 a { background-color: rgb(75,221,123); }

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

<style>
 span { border-color: #4BDD7B; }

 span { border-color: rgb(75,221,123); }

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