#4bca60

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

Shades of Emerald #4BCA60

Tints of Emerald #4BCA60

Color information

#4BCA60 (or 0x4BCA60) is unknown color: approx Emerald. HEX triplet: 4B, CA and 60. RGB value is (75,202,96). Sum of RGB (Red+Green+Blue) = 75+202+96=373 (49% of max value = 765). Red value is 75 (29.69% from 255 or 20.11% from 373); Green value is 202 (79.30% from 255 or 54.16% from 373); Blue value is 96 (37.89% from 255 or 25.74% from 373); Max value from RGB is 202 - color contains mainly: green. Hex color #4BCA60 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BCA60 is #B4359F. Grayscale: #989898. Windows color (decimal): -11810208 or 6343243. OLE color: 6343243.

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

Color convert

RGB7520296-
CMYK0.6300.520.21
HSL129.92º54.51%54.31%-
HSV(B)129.92º62.87%79.22%-
XYZ26.1344.5818.29-
YUV151.9496.4273.12-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 20.11%
GREEN value IS 202 (79.30% from 255) = 54.16%
BLUE value IS 96 (37.89% from 255) = 25.74%
R=20.11%
G=54.16%
B=25.74%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal75202960.6300.520.21129.9254.5154.31
Hex4BCA603F03415823736
Octal11331214077064252026766
Binary100101111001010110000011111101101001010110000010110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4bca60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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