#4BD956

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

Shades of Emerald #4BD956

Tints of Emerald #4BD956

Color information

#4BD956 (or 0x4BD956) is unknown color: approx Emerald. HEX triplet: 4B, D9 and 56. RGB value is (75,217,86). Sum of RGB (Red+Green+Blue) = 75+217+86=378 (50% of max value = 765). Red value is 75 (29.69% from 255 or 19.84% from 378); Green value is 217 (85.16% from 255 or 57.41% from 378); Blue value is 86 (33.98% from 255 or 22.75% from 378); Max value from RGB is 217 - color contains mainly: green. Hex color #4BD956 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BD956 is #B426A9. Grayscale: #9F9F9F. Windows color (decimal): -11806378 or 5691723. OLE color: 5691723.

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

Color convert

RGB7521786-
CMYK0.6500.600.15
HSL124.65º65.14%57.25%-
HSV(B)124.65º65.44%85.1%-
XYZ29.3951.7917.25-
YUV159.6186.4667.65-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 19.84%
GREEN value IS 217 (85.16% from 255) = 57.41%
BLUE value IS 86 (33.98% from 255) = 22.75%
R=19.84%
G=57.41%
B=22.75%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal75217860.6500.600.15124.6565.1457.25
Hex4BD9564103CF7d4139
Octal1133311261010741717510171
Binary100101111011001101011010000010111100111111111011000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BD956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,217,86); }

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

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

 a { background-color: rgb(75,217,86); }

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

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

 span { border-color: rgb(75,217,86); }

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