Html Css Color HEX #4BDD76 Emerald

📋 copy color: '#4BDD76'

red 75 ◦ green 221 ◦ blue 118

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

Shades of Emerald #4BDD76

Tints of Emerald #4BDD76

RGB

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

 GREEN value IS 221 (86.72% from 255) = 53.38%

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

R = 18.12%
G = 53.38%
B = 28.5%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#4BDD76 (or 0x4BDD76) is known color: Emerald. HEX triplet: 4B, DD and 76. RGB value is (75,221,118). Sum of RGB (Red+Green+Blue) = 75+221+118=414 (54% of max value = 765). Red value is 75 (29.69% from 255 or 18.12% from 414); Green value is 221 (86.72% from 255 or 53.38% from 414); Blue value is 118 (46.48% from 255 or 28.50% from 414); Max value from RGB is 221 - color contains mainly: green. Hex color #4BDD76 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BDD76 is #B42289. Grayscale: #A5A5A5. Windows color (decimal): -11805322 or 7789899. OLE color: 7789899.

HSL color Cylindrical-coordinate representation of color #4BDD76: hue angle of 137.67º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4BDD76 is Cyan = 0.66, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.

Color convert

RGB 75 221 118 -
CMYK 0.66 0 0.47 0.13
HSL 137.67º 0.68% 0.58% -
HSV(B) 137.67º 0.66% 0.87% -
XYZ 32.03 54.52 25.97 -
YUV 165.6 101.13 63.38 -
System Red Green Blue C M Y K H S L
Decimal 75 221 118 0.66 0 0.47 0.13 137.67 0.68 0.58
Hex 4B DD 76 42 0 2F D 8A 44 3A
Octal 113 335 166 102 0 57 15 212 104 72
Binary 1001011 11011101 1110110 1000010 0 101111 1101 10001010 1000100 111010

Color Harmonies of #4BDD76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BDD76

Black with #4BDD76

Text Example


Text Example

White with #4BDD76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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