#4BC760

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

Shades of Emerald #4BC760

Tints of Emerald #4BC760

Color information

#4BC760 (or 0x4BC760) is unknown color: approx Emerald. HEX triplet: 4B, C7 and 60. RGB value is (75,199,96). Sum of RGB (Red+Green+Blue) = 75+199+96=370 (49% of max value = 765). Red value is 75 (29.69% from 255 or 20.27% from 370); Green value is 199 (78.12% from 255 or 53.78% from 370); Blue value is 96 (37.89% from 255 or 25.95% from 370); Max value from RGB is 199 - color contains mainly: green. Hex color #4BC760 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BC760 is #B4389F. Grayscale: #969696. Windows color (decimal): -11810976 or 6342475. OLE color: 6342475.

HSL color Cylindrical-coordinate representation of color #4BC760: hue angle of 130.16º 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 #4BC760 is Cyan = 0.62, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB7519996-
CMYK0.6200.520.22
HSL130.16º52.54%53.73%-
HSV(B)130.16º62.31%78.04%-
XYZ25.4443.1918.06-
YUV150.1897.4274.38-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 20.27%
GREEN value IS 199 (78.12% from 255) = 53.78%
BLUE value IS 96 (37.89% from 255) = 25.95%
R=20.27%
G=53.78%
B=25.95%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal75199960.6200.520.22130.1652.5453.73
Hex4BC7603E03416823536
Octal11330714076064262026566
Binary100101111000111110000011111001101001011010000010110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BC760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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