#4BD780

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

Shades of Emerald #4BD780

Tints of Emerald #4BD780

Color information

#4BD780 (or 0x4BD780) is unknown color: approx Emerald. HEX triplet: 4B, D7 and 80. RGB value is (75,215,128). Sum of RGB (Red+Green+Blue) = 75+215+128=418 (55% of max value = 765). Red value is 75 (29.69% from 255 or 17.94% from 418); Green value is 215 (84.38% from 255 or 51.44% from 418); Blue value is 128 (50.39% from 255 or 30.62% from 418); Max value from RGB is 215 - color contains mainly: green. Hex color #4BD780 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BD780 is #B4287F. Grayscale: #A3A3A3. Windows color (decimal): -11806848 or 8443723. OLE color: 8443723.

HSL color Cylindrical-coordinate representation of color #4BD780: hue angle of 142.71º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4BD780 is Cyan = 0.65, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB75215128-
CMYK0.6500.400.16
HSL142.71º63.64%56.86%-
HSV(B)142.71º65.12%84.31%-
XYZ31.151.6628.75-
YUV163.22108.1265.07-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 17.94%
GREEN value IS 215 (84.38% from 255) = 51.44%
BLUE value IS 128 (50.39% from 255) = 30.62%
R=17.94%
G=51.44%
B=30.62%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal752151280.6500.400.16142.7163.6456.86
Hex4BD78041028108f4039
Octal1133272001010502021710071
Binary100101111010111100000001000001010100010000100011111000000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BD780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,215,128); }

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

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

 a { background-color: rgb(75,215,128); }

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

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

 span { border-color: rgb(75,215,128); }

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