#4BD97A

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

Shades of Emerald #4BD97A

Tints of Emerald #4BD97A

Color information

#4BD97A (or 0x4BD97A) is unknown color: approx Emerald. HEX triplet: 4B, D9 and 7A. RGB value is (75,217,122). Sum of RGB (Red+Green+Blue) = 75+217+122=414 (54% of max value = 765). Red value is 75 (29.69% from 255 or 18.12% from 414); Green value is 217 (85.16% from 255 or 52.42% from 414); Blue value is 122 (48.05% from 255 or 29.47% from 414); Max value from RGB is 217 - color contains mainly: green. Hex color #4BD97A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BD97A is #B42685. Grayscale: #A3A3A3. Windows color (decimal): -11806342 or 8051019. OLE color: 8051019.

HSL color Cylindrical-coordinate representation of color #4BD97A: hue angle of 139.86º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4BD97A is Cyan = 0.65, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.15.

Color convert

RGB75217122-
CMYK0.6500.440.15
HSL139.86º65.14%57.25%-
HSV(B)139.86º65.44%85.1%-
XYZ31.2352.5326.91-
YUV163.71104.4664.72-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 18.12%
GREEN value IS 217 (85.16% from 255) = 52.42%
BLUE value IS 122 (48.05% from 255) = 29.47%
R=18.12%
G=52.42%
B=29.47%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal752171220.6500.440.15139.8665.1457.25
Hex4BD97A4102CF8c4139
Octal1133311721010541721410171
Binary1001011110110011111010100000101011001111100011001000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BD97A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,217,122); }

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

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

 a { background-color: rgb(75,217,122); }

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

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

 span { border-color: rgb(75,217,122); }

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