#4BBC70

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

Shades of Emerald #4BBC70

Tints of Emerald #4BBC70

Color information

#4BBC70 (or 0x4BBC70) is unknown color: approx Emerald. HEX triplet: 4B, BC and 70. RGB value is (75,188,112). Sum of RGB (Red+Green+Blue) = 75+188+112=375 (49% of max value = 765). Red value is 75 (29.69% from 255 or 20% from 375); Green value is 188 (73.83% from 255 or 50.13% from 375); Blue value is 112 (44.14% from 255 or 29.87% from 375); Max value from RGB is 188 - color contains mainly: green. Hex color #4BBC70 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BBC70 is #B4438F. Grayscale: #919191. Windows color (decimal): -11813776 or 7388235. OLE color: 7388235.

HSL color Cylindrical-coordinate representation of color #4BBC70: hue angle of 139.65º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4BBC70 is Cyan = 0.60, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.26.

Color convert

RGB75188112-
CMYK0.6000.400.26
HSL139.65º45.75%51.57%-
HSV(B)139.65º60.11%73.73%-
XYZ23.8138.6321.53-
YUV145.55109.0677.68-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 20%
GREEN value IS 188 (73.83% from 255) = 50.13%
BLUE value IS 112 (44.14% from 255) = 29.87%
R=20%
G=50.13%
B=29.87%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal751881120.6000.400.26139.6545.7551.57
Hex4BBC703C0281A8c2e34
Octal11327416074050322145664
Binary100101110111100111000011110001010001101010001100101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BBC70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,188,112); }

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

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

 a { background-color: rgb(75,188,112); }

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

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

 span { border-color: rgb(75,188,112); }

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