#4BD078

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

Shades of Emerald #4BD078

Tints of Emerald #4BD078

Color information

#4BD078 (or 0x4BD078) is unknown color: approx Emerald. HEX triplet: 4B, D0 and 78. RGB value is (75,208,120). Sum of RGB (Red+Green+Blue) = 75+208+120=403 (53% of max value = 765). Red value is 75 (29.69% from 255 or 18.61% from 403); Green value is 208 (81.64% from 255 or 51.61% from 403); Blue value is 120 (47.27% from 255 or 29.78% from 403); Max value from RGB is 208 - color contains mainly: green. Hex color #4BD078 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BD078 is #B42F87. Grayscale: #9E9E9E. Windows color (decimal): -11808648 or 7917643. OLE color: 7917643.

HSL color Cylindrical-coordinate representation of color #4BD078: hue angle of 140.3º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4BD078 is Cyan = 0.64, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.18.

Color convert

RGB75208120-
CMYK0.6400.420.18
HSL140.3º58.59%55.49%-
HSV(B)140.3º63.94%81.57%-
XYZ28.8547.9625.51-
YUV158.2106.4468.66-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 18.61%
GREEN value IS 208 (81.64% from 255) = 51.61%
BLUE value IS 120 (47.27% from 255) = 29.78%
R=18.61%
G=51.61%
B=29.78%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal752081200.6400.420.18140.358.5955.49
Hex4BD0784002A128c3b37
Octal113320170100052222147367
Binary1001011110100001111000100000001010101001010001100111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BD078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,208,120); }

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

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

 a { background-color: rgb(75,208,120); }

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

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

 span { border-color: rgb(75,208,120); }

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