Html Css Color HEX #4BDC56 Emerald

📋 copy color: '#4BDC56'

red 75 ◦ green 220 ◦ blue 86

#4BDC56
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Emerald #4BDC56

Tints of Emerald #4BDC56

RGB

 RED value IS 75 (29.69% from 255) = 19.69%

 GREEN value IS 220 (86.33% from 255) = 57.74%

 BLUE value IS 86 (33.98% from 255) = 22.57%

R = 19.69%
G = 57.74%
B = 22.57%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.61

 K value IS 0.14

RGB Variations

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

Color information

#4BDC56 (or 0x4BDC56) is known color: Emerald. HEX triplet: 4B, DC and 56. RGB value is (75,220,86). Sum of RGB (Red+Green+Blue) = 75+220+86=381 (50% of max value = 765). Red value is 75 (29.69% from 255 or 19.69% from 381); Green value is 220 (86.33% from 255 or 57.74% from 381); Blue value is 86 (33.98% from 255 or 22.57% from 381); Max value from RGB is 220 - color contains mainly: green. Hex color #4BDC56 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BDC56 is #B423A9. Grayscale: #A1A1A1. Windows color (decimal): -11805610 or 5692491. OLE color: 5692491.

HSL color Cylindrical-coordinate representation of color #4BDC56: hue angle of 124.55º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4BDC56 is Cyan = 0.66, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.14.

Color convert

RGB 75 220 86 -
CMYK 0.66 0 0.61 0.14
HSL 124.55º 0.67% 0.58% -
HSV(B) 124.55º 0.66% 0.86% -
XYZ 30.17 53.35 17.51 -
YUV 161.37 85.46 66.4 -
System Red Green Blue C M Y K H S L
Decimal 75 220 86 0.66 0 0.61 0.14 124.55 0.67 0.58
Hex 4B DC 56 42 0 3D E 7D 43 3A
Octal 113 334 126 102 0 75 16 175 103 72
Binary 1001011 11011100 1010110 1000010 0 111101 1110 1111101 1000011 111010

Color Harmonies of #4BDC56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BDC56

Black with #4BDC56

Text Example


Text Example

White with #4BDC56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4BDC56;
 }
 .AnyTagClassName
 {
   color: #4BDC56;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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