#4BC764

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

Shades of Emerald #4BC764

Tints of Emerald #4BC764

Color information

#4BC764 (or 0x4BC764) is unknown color: approx Emerald. HEX triplet: 4B, C7 and 64. RGB value is (75,199,100). Sum of RGB (Red+Green+Blue) = 75+199+100=374 (49% of max value = 765). Red value is 75 (29.69% from 255 or 20.05% from 374); Green value is 199 (78.12% from 255 or 53.21% from 374); Blue value is 100 (39.45% from 255 or 26.74% from 374); Max value from RGB is 199 - color contains mainly: green. Hex color #4BC764 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BC764 is #B4389B. Grayscale: #969696. Windows color (decimal): -11810972 or 6604619. OLE color: 6604619.

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

Color convert

RGB75199100-
CMYK0.6200.500.22
HSL132.1º52.54%53.73%-
HSV(B)132.1º62.31%78.04%-
XYZ25.6343.2619.06-
YUV150.6499.4274.05-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 20.05%
GREEN value IS 199 (78.12% from 255) = 53.21%
BLUE value IS 100 (39.45% from 255) = 26.74%
R=20.05%
G=53.21%
B=26.74%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal751991000.6200.500.22132.152.5453.73
Hex4BC7643E03216843536
Octal11330714476062262046566
Binary100101111000111110010011111001100101011010000100110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BC764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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