#4BD077

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

Shades of Emerald #4BD077

Tints of Emerald #4BD077

Color information

#4BD077 (or 0x4BD077) is unknown color: approx Emerald. HEX triplet: 4B, D0 and 77. RGB value is (75,208,119). Sum of RGB (Red+Green+Blue) = 75+208+119=402 (53% of max value = 765). Red value is 75 (29.69% from 255 or 18.66% from 402); Green value is 208 (81.64% from 255 or 51.74% from 402); Blue value is 119 (46.88% from 255 or 29.60% from 402); Max value from RGB is 208 - color contains mainly: green. Hex color #4BD077 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BD077 is #B42F88. Grayscale: #9E9E9E. Windows color (decimal): -11808649 or 7852107. OLE color: 7852107.

HSL color Cylindrical-coordinate representation of color #4BD077: hue angle of 139.85º 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 #4BD077 is Cyan = 0.64, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.18.

Color convert

RGB75208119-
CMYK0.6400.430.18
HSL139.85º58.59%55.49%-
HSV(B)139.85º63.94%81.57%-
XYZ28.7947.9425.19-
YUV158.09105.9468.74-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 18.66%
GREEN value IS 208 (81.64% from 255) = 51.74%
BLUE value IS 119 (46.88% from 255) = 29.60%
R=18.66%
G=51.74%
B=29.60%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal752081190.6400.430.18139.8558.5955.49
Hex4BD0774002B128c3b37
Octal113320167100053222147367
Binary1001011110100001110111100000001010111001010001100111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BD077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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