#4BCC8A

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

Shades of Emerald #4BCC8A

Tints of Emerald #4BCC8A

Color information

#4BCC8A (or 0x4BCC8A) is unknown color: approx Emerald. HEX triplet: 4B, CC and 8A. RGB value is (75,204,138). Sum of RGB (Red+Green+Blue) = 75+204+138=417 (55% of max value = 765). Red value is 75 (29.69% from 255 or 17.99% from 417); Green value is 204 (80.08% from 255 or 48.92% from 417); Blue value is 138 (54.30% from 255 or 33.09% from 417); Max value from RGB is 204 - color contains mainly: green. Hex color #4BCC8A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BCC8A is #B43375. Grayscale: #9E9E9E. Windows color (decimal): -11809654 or 9096267. OLE color: 9096267.

HSL color Cylindrical-coordinate representation of color #4BCC8A: hue angle of 149.3º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4BCC8A is Cyan = 0.63, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.2.

Color convert

RGB75204138-
CMYK0.6300.320.2
HSL149.3º55.84%54.71%-
HSV(B)149.3º63.24%80%-
XYZ29.0846.5231.49-
YUV157.9116.7668.87-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 17.99%
GREEN value IS 204 (80.08% from 255) = 48.92%
BLUE value IS 138 (54.30% from 255) = 33.09%
R=17.99%
G=48.92%
B=33.09%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal752041380.6300.320.2149.355.8454.71
Hex4BCC8A3F02014953837
Octal11331421277040242257067
Binary1001011110011001000101011111101000001010010010101111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BCC8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,204,138); }

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

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

 a { background-color: rgb(75,204,138); }

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

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

 span { border-color: rgb(75,204,138); }

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