#4BC864

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

Shades of Emerald #4BC864

Tints of Emerald #4BC864

Color information

#4BC864 (or 0x4BC864) is unknown color: approx Emerald. HEX triplet: 4B, C8 and 64. RGB value is (75,200,100). Sum of RGB (Red+Green+Blue) = 75+200+100=375 (49% of max value = 765). Red value is 75 (29.69% from 255 or 20% from 375); Green value is 200 (78.52% from 255 or 53.33% from 375); Blue value is 100 (39.45% from 255 or 26.67% from 375); Max value from RGB is 200 - color contains mainly: green. Hex color #4BC864 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BC864 is #B4379B. Grayscale: #979797. Windows color (decimal): -11810716 or 6604875. OLE color: 6604875.

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

Color convert

RGB75200100-
CMYK0.6200.50.22
HSL132º53.19%53.92%-
HSV(B)132º62.5%78.43%-
XYZ25.8643.7219.13-
YUV151.2299.0973.63-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 20%
GREEN value IS 200 (78.52% from 255) = 53.33%
BLUE value IS 100 (39.45% from 255) = 26.67%
R=20%
G=53.33%
B=26.67%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal752001000.6200.50.2213253.1953.92
Hex4BC8643E03216843536
Octal11331014476062262046566
Binary100101111001000110010011111001100101011010000100110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BC864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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