Html Css Color HEX #4BDA76 Emerald

📋 copy color: '#4BDA76'

red 75 ◦ green 218 ◦ blue 118

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

Shades of Emerald #4BDA76

Tints of Emerald #4BDA76

RGB

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

 GREEN value IS 218 (85.55% from 255) = 53.04%

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

R = 18.25%
G = 53.04%
B = 28.71%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#4BDA76 (or 0x4BDA76) is known color: Emerald. HEX triplet: 4B, DA and 76. RGB value is (75,218,118). Sum of RGB (Red+Green+Blue) = 75+218+118=411 (54% of max value = 765). Red value is 75 (29.69% from 255 or 18.25% from 411); Green value is 218 (85.55% from 255 or 53.04% from 411); Blue value is 118 (46.48% from 255 or 28.71% from 411); Max value from RGB is 218 - color contains mainly: green. Hex color #4BDA76 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BDA76 is #B42589. Grayscale: #A4A4A4. Windows color (decimal): -11806090 or 7789131. OLE color: 7789131.

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

Color convert

RGB 75 218 118 -
CMYK 0.66 0 0.46 0.15
HSL 138.04º 0.66% 0.57% -
HSV(B) 138.04º 0.66% 0.85% -
XYZ 31.24 52.95 25.71 -
YUV 163.84 102.12 64.63 -
System Red Green Blue C M Y K H S L
Decimal 75 218 118 0.66 0 0.46 0.15 138.04 0.66 0.57
Hex 4B DA 76 42 0 2E F 8A 42 39
Octal 113 332 166 102 0 56 17 212 102 71
Binary 1001011 11011010 1110110 1000010 0 101110 1111 10001010 1000010 111001

Color Harmonies of #4BDA76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BDA76

Black with #4BDA76

Text Example


Text Example

White with #4BDA76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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