#4BDD8A

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

Shades of Emerald #4BDD8A

Tints of Emerald #4BDD8A

Color information

#4BDD8A (or 0x4BDD8A) is unknown color: approx Emerald. HEX triplet: 4B, DD and 8A. RGB value is (75,221,138). Sum of RGB (Red+Green+Blue) = 75+221+138=434 (57% of max value = 765). Red value is 75 (29.69% from 255 or 17.28% from 434); Green value is 221 (86.72% from 255 or 50.92% from 434); Blue value is 138 (54.30% from 255 or 31.80% from 434); Max value from RGB is 221 - color contains mainly: green. Hex color #4BDD8A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BDD8A is #B42275. Grayscale: #A8A8A8. Windows color (decimal): -11805302 or 9100619. OLE color: 9100619.

HSL color Cylindrical-coordinate representation of color #4BDD8A: hue angle of 145.89º 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 #4BDD8A is Cyan = 0.66, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB75221138-
CMYK0.6600.380.13
HSL145.89º68.22%58.04%-
HSV(B)145.89º66.06%86.67%-
XYZ33.3555.0432.91-
YUV167.88111.1361.75-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 17.28%
GREEN value IS 221 (86.72% from 255) = 50.92%
BLUE value IS 138 (54.30% from 255) = 31.80%
R=17.28%
G=50.92%
B=31.80%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal752211380.6600.380.13145.8968.2258.04
Hex4BDD8A42026D92443a
Octal1133352121020461522210472
Binary10010111101110110001010100001001001101101100100101000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BDD8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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