#4BCC63

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

Shades of Emerald #4BCC63

Tints of Emerald #4BCC63

Color information

#4BCC63 (or 0x4BCC63) is unknown color: approx Emerald. HEX triplet: 4B, CC and 63. RGB value is (75,204,99). Sum of RGB (Red+Green+Blue) = 75+204+99=378 (50% of max value = 765). Red value is 75 (29.69% from 255 or 19.84% from 378); Green value is 204 (80.08% from 255 or 53.97% from 378); Blue value is 99 (39.06% from 255 or 26.19% from 378); Max value from RGB is 204 - color contains mainly: green. Hex color #4BCC63 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BCC63 is #B4339C. Grayscale: #999999. Windows color (decimal): -11809693 or 6540363. OLE color: 6540363.

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

Color convert

RGB7520499-
CMYK0.6300.510.2
HSL131.16º55.84%54.71%-
HSV(B)131.16º63.24%80%-
XYZ26.7545.5819.19-
YUV153.4697.2672.04-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 19.84%
GREEN value IS 204 (80.08% from 255) = 53.97%
BLUE value IS 99 (39.06% from 255) = 26.19%
R=19.84%
G=53.97%
B=26.19%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal75204990.6300.510.2131.1655.8454.71
Hex4BCC633F03314833837
Octal11331414377063242037067
Binary100101111001100110001111111101100111010010000011111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BCC63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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