#4BC862

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

Shades of Emerald #4BC862

Tints of Emerald #4BC862

Color information

#4BC862 (or 0x4BC862) is unknown color: approx Emerald. HEX triplet: 4B, C8 and 62. RGB value is (75,200,98). Sum of RGB (Red+Green+Blue) = 75+200+98=373 (49% of max value = 765). Red value is 75 (29.69% from 255 or 20.11% from 373); Green value is 200 (78.52% from 255 or 53.62% from 373); Blue value is 98 (38.67% from 255 or 26.27% from 373); Max value from RGB is 200 - color contains mainly: green. Hex color #4BC862 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BC862 is #B4379D. Grayscale: #979797. Windows color (decimal): -11810718 or 6473803. OLE color: 6473803.

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

Color convert

RGB7520098-
CMYK0.6200.510.22
HSL131.04º53.19%53.92%-
HSV(B)131.04º62.5%78.43%-
XYZ25.7643.6918.63-
YUV15198.0973.79-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 20.11%
GREEN value IS 200 (78.52% from 255) = 53.62%
BLUE value IS 98 (38.67% from 255) = 26.27%
R=20.11%
G=53.62%
B=26.27%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal75200980.6200.510.22131.0453.1953.92
Hex4BC8623E03316833536
Octal11331014276063262036566
Binary100101111001000110001011111001100111011010000011110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BC862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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