#4bca68

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

Shades of Emerald #4BCA68

Tints of Emerald #4BCA68

Color information

#4BCA68 (or 0x4BCA68) is unknown color: approx Emerald. HEX triplet: 4B, CA and 68. RGB value is (75,202,104). Sum of RGB (Red+Green+Blue) = 75+202+104=381 (50% of max value = 765). Red value is 75 (29.69% from 255 or 19.69% from 381); Green value is 202 (79.30% from 255 or 53.02% from 381); Blue value is 104 (41.02% from 255 or 27.30% from 381); Max value from RGB is 202 - color contains mainly: green. Hex color #4BCA68 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BCA68 is #B43597. Grayscale: #999999. Windows color (decimal): -11810200 or 6867531. OLE color: 6867531.

HSL color Cylindrical-coordinate representation of color #4BCA68: hue angle of 133.7º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4BCA68 is Cyan = 0.63, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.21.

Color convert

RGB75202104-
CMYK0.6300.490.21
HSL133.7º54.51%54.31%-
HSV(B)133.7º62.87%79.22%-
XYZ26.5244.7420.33-
YUV152.85100.4272.47-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 19.69%
GREEN value IS 202 (79.30% from 255) = 53.02%
BLUE value IS 104 (41.02% from 255) = 27.30%
R=19.69%
G=53.02%
B=27.30%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal752021040.6300.490.21133.754.5154.31
Hex4BCA683F03115863736
Octal11331215077061252066766
Binary100101111001010110100011111101100011010110000110110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4bca68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,202,104); }

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

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

 a { background-color: rgb(75,202,104); }

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

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

 span { border-color: rgb(75,202,104); }

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