#4bd560

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

Shades of Emerald #4BD560

Tints of Emerald #4BD560

Color information

#4BD560 (or 0x4BD560) is unknown color: approx Emerald. HEX triplet: 4B, D5 and 60. RGB value is (75,213,96). Sum of RGB (Red+Green+Blue) = 75+213+96=384 (50% of max value = 765). Red value is 75 (29.69% from 255 or 19.53% from 384); Green value is 213 (83.59% from 255 or 55.47% from 384); Blue value is 96 (37.89% from 255 or 25% from 384); Max value from RGB is 213 - color contains mainly: green. Hex color #4BD560 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BD560 is #B42A9F. Grayscale: #9E9E9E. Windows color (decimal): -11807392 or 6346059. OLE color: 6346059.

HSL color Cylindrical-coordinate representation of color #4BD560: hue angle of 129.13º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4BD560 is Cyan = 0.65, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.16.

Color convert

RGB7521396-
CMYK0.6500.550.16
HSL129.13º62.16%56.47%-
HSV(B)129.13º64.79%83.53%-
XYZ28.8149.9319.19-
YUV158.492.7868.51-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 19.53%
GREEN value IS 213 (83.59% from 255) = 55.47%
BLUE value IS 96 (37.89% from 255) = 25%
R=19.53%
G=55.47%
B=25%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal75213960.6500.550.16129.1362.1656.47
Hex4BD5604103710813e38
Octal113325140101067202017670
Binary1001011110101011100000100000101101111000010000001111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4bd560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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