Html Css Color HEX #4BDC8C Emerald

📋 copy color: '#4BDC8C'

red 75 ◦ green 220 ◦ blue 140

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

Shades of Emerald #4BDC8C

Tints of Emerald #4BDC8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 32.18%

R = 17.24%
G = 50.57%
B = 32.18%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#4BDC8C (or 0x4BDC8C) is known color: Emerald. HEX triplet: 4B, DC and 8C. RGB value is (75,220,140). Sum of RGB (Red+Green+Blue) = 75+220+140=435 (57% of max value = 765). Red value is 75 (29.69% from 255 or 17.24% from 435); Green value is 220 (86.33% from 255 or 50.57% from 435); Blue value is 140 (55.08% from 255 or 32.18% from 435); Max value from RGB is 220 - color contains mainly: green. Hex color #4BDC8C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BDC8C is #B42373. Grayscale: #A7A7A7. Windows color (decimal): -11805556 or 9231435. OLE color: 9231435.

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

Color convert

RGB 75 220 140 -
CMYK 0.66 0 0.36 0.14
HSL 146.9º 0.67% 0.58% -
HSV(B) 146.9º 0.66% 0.86% -
XYZ 33.23 54.58 33.59 -
YUV 167.53 112.46 62 -
System Red Green Blue C M Y K H S L
Decimal 75 220 140 0.66 0 0.36 0.14 146.9 0.67 0.58
Hex 4B DC 8C 42 0 24 E 93 43 3A
Octal 113 334 214 102 0 44 16 223 103 72
Binary 1001011 11011100 10001100 1000010 0 100100 1110 10010011 1000011 111010

Color Harmonies of #4BDC8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BDC8C

Black with #4BDC8C

Text Example


Text Example

White with #4BDC8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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