Html Css Color HEX #4BDC74 Emerald

📋 copy color: '#4BDC74'

red 75 ◦ green 220 ◦ blue 116

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

Shades of Emerald #4BDC74

Tints of Emerald #4BDC74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 28.22%

R = 18.25%
G = 53.53%
B = 28.22%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#4BDC74 (or 0x4BDC74) is known color: Emerald. HEX triplet: 4B, DC and 74. RGB value is (75,220,116). Sum of RGB (Red+Green+Blue) = 75+220+116=411 (54% of max value = 765). Red value is 75 (29.69% from 255 or 18.25% from 411); Green value is 220 (86.33% from 255 or 53.53% from 411); Blue value is 116 (45.70% from 255 or 28.22% from 411); Max value from RGB is 220 - color contains mainly: green. Hex color #4BDC74 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BDC74 is #B4238B. Grayscale: #A5A5A5. Windows color (decimal): -11805580 or 7658571. OLE color: 7658571.

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

Color convert

RGB 75 220 116 -
CMYK 0.66 0 0.47 0.14
HSL 136.97º 0.67% 0.58% -
HSV(B) 136.97º 0.66% 0.86% -
XYZ 31.65 53.94 25.27 -
YUV 164.79 100.46 63.96 -
System Red Green Blue C M Y K H S L
Decimal 75 220 116 0.66 0 0.47 0.14 136.97 0.67 0.58
Hex 4B DC 74 42 0 2F E 89 43 3A
Octal 113 334 164 102 0 57 16 211 103 72
Binary 1001011 11011100 1110100 1000010 0 101111 1110 10001001 1000011 111010

Color Harmonies of #4BDC74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BDC74

Black with #4BDC74

Text Example


Text Example

White with #4BDC74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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