Html Css Color HEX #4BDC76 Emerald

📋 copy color: '#4BDC76'

red 75 ◦ green 220 ◦ blue 118

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

Shades of Emerald #4BDC76

Tints of Emerald #4BDC76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 28.57%

R = 18.16%
G = 53.27%
B = 28.57%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#4BDC76 (or 0x4BDC76) is known color: Emerald. HEX triplet: 4B, DC and 76. RGB value is (75,220,118). Sum of RGB (Red+Green+Blue) = 75+220+118=413 (54% of max value = 765). Red value is 75 (29.69% from 255 or 18.16% from 413); Green value is 220 (86.33% from 255 or 53.27% from 413); Blue value is 118 (46.48% from 255 or 28.57% from 413); Max value from RGB is 220 - color contains mainly: green. Hex color #4BDC76 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BDC76 is #B42389. Grayscale: #A5A5A5. Windows color (decimal): -11805578 or 7789643. OLE color: 7789643.

HSL color Cylindrical-coordinate representation of color #4BDC76: hue angle of 137.79º 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 #4BDC76 is Cyan = 0.66, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.14.

Color convert

RGB 75 220 118 -
CMYK 0.66 0 0.46 0.14
HSL 137.79º 0.67% 0.58% -
HSV(B) 137.79º 0.66% 0.86% -
XYZ 31.76 53.99 25.89 -
YUV 165.02 101.46 63.79 -
System Red Green Blue C M Y K H S L
Decimal 75 220 118 0.66 0 0.46 0.14 137.79 0.67 0.58
Hex 4B DC 76 42 0 2E E 8A 43 3A
Octal 113 334 166 102 0 56 16 212 103 72
Binary 1001011 11011100 1110110 1000010 0 101110 1110 10001010 1000011 111010

Color Harmonies of #4BDC76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BDC76

Black with #4BDC76

Text Example


Text Example

White with #4BDC76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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