#4BDA60

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

Shades of Emerald #4BDA60

Tints of Emerald #4BDA60

Color information

#4BDA60 (or 0x4BDA60) is unknown color: approx Emerald. HEX triplet: 4B, DA and 60. RGB value is (75,218,96). Sum of RGB (Red+Green+Blue) = 75+218+96=389 (51% of max value = 765). Red value is 75 (29.69% from 255 or 19.28% from 389); Green value is 218 (85.55% from 255 or 56.04% from 389); Blue value is 96 (37.89% from 255 or 24.68% from 389); Max value from RGB is 218 - color contains mainly: green. Hex color #4BDA60 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BDA60 is #B4259F. Grayscale: #A1A1A1. Windows color (decimal): -11806112 or 6347339. OLE color: 6347339.

HSL color Cylindrical-coordinate representation of color #4BDA60: hue angle of 128.81º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4BDA60 is Cyan = 0.66, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB7521896-
CMYK0.6600.560.15
HSL128.81º65.9%57.45%-
HSV(B)128.81º65.6%85.49%-
XYZ30.0852.4819.61-
YUV161.3391.1266.42-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 19.28%
GREEN value IS 218 (85.55% from 255) = 56.04%
BLUE value IS 96 (37.89% from 255) = 24.68%
R=19.28%
G=56.04%
B=24.68%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal75218960.6600.560.15128.8165.957.45
Hex4BDA6042038F814239
Octal1133321401020701720110271
Binary1001011110110101100000100001001110001111100000011000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BDA60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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