#4BC774

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

Shades of Emerald #4BC774

Tints of Emerald #4BC774

Color information

#4BC774 (or 0x4BC774) is unknown color: approx Emerald. HEX triplet: 4B, C7 and 74. RGB value is (75,199,116). Sum of RGB (Red+Green+Blue) = 75+199+116=390 (51% of max value = 765). Red value is 75 (29.69% from 255 or 19.23% from 390); Green value is 199 (78.12% from 255 or 51.03% from 390); Blue value is 116 (45.70% from 255 or 29.74% from 390); Max value from RGB is 199 - color contains mainly: green. Hex color #4BC774 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BC774 is #B4388B. Grayscale: #989898. Windows color (decimal): -11810956 or 7653195. OLE color: 7653195.

HSL color Cylindrical-coordinate representation of color #4BC774: hue angle of 139.84º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4BC774 is Cyan = 0.62, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.22.

Color convert

RGB75199116-
CMYK0.6200.420.22
HSL139.84º52.54%53.73%-
HSV(B)139.84º62.31%78.04%-
XYZ26.4843.623.54-
YUV152.46107.4272.75-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 19.23%
GREEN value IS 199 (78.12% from 255) = 51.03%
BLUE value IS 116 (45.70% from 255) = 29.74%
R=19.23%
G=51.03%
B=29.74%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal751991160.6200.420.22139.8452.5453.73
Hex4BC7743E02A168c3536
Octal11330716476052262146566
Binary100101111000111111010011111001010101011010001100110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BC774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,199,116); }

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

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

 a { background-color: rgb(75,199,116); }

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

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

 span { border-color: rgb(75,199,116); }

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