Html Css Color HEX #4BDC8B Emerald

📋 copy color: '#4BDC8B'

red 75 ◦ green 220 ◦ blue 139

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

Shades of Emerald #4BDC8B

Tints of Emerald #4BDC8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 32.03%

R = 17.28%
G = 50.69%
B = 32.03%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#4BDC8B (or 0x4BDC8B) is known color: Emerald. HEX triplet: 4B, DC and 8B. RGB value is (75,220,139). Sum of RGB (Red+Green+Blue) = 75+220+139=434 (57% of max value = 765). Red value is 75 (29.69% from 255 or 17.28% from 434); Green value is 220 (86.33% from 255 or 50.69% from 434); Blue value is 139 (54.69% from 255 or 32.03% from 434); Max value from RGB is 220 - color contains mainly: green. Hex color #4BDC8B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BDC8B is #B42374. Grayscale: #A7A7A7. Windows color (decimal): -11805557 or 9165899. OLE color: 9165899.

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

Color convert

RGB 75 220 139 -
CMYK 0.66 0 0.37 0.14
HSL 146.48º 0.67% 0.58% -
HSV(B) 146.48º 0.66% 0.86% -
XYZ 33.16 54.55 33.21 -
YUV 167.41 111.96 62.09 -
System Red Green Blue C M Y K H S L
Decimal 75 220 139 0.66 0 0.37 0.14 146.48 0.67 0.58
Hex 4B DC 8B 42 0 25 E 92 43 3A
Octal 113 334 213 102 0 45 16 222 103 72
Binary 1001011 11011100 10001011 1000010 0 100101 1110 10010010 1000011 111010

Color Harmonies of #4BDC8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BDC8B

Black with #4BDC8B

Text Example


Text Example

White with #4BDC8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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