Html Css Color HEX #4BDC5F Emerald

📋 copy color: '#4BDC5F'

red 75 ◦ green 220 ◦ blue 95

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

Shades of Emerald #4BDC5F

Tints of Emerald #4BDC5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 24.36%

R = 19.23%
G = 56.41%
B = 24.36%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#4BDC5F (or 0x4BDC5F) is known color: Emerald. HEX triplet: 4B, DC and 5F. RGB value is (75,220,95). Sum of RGB (Red+Green+Blue) = 75+220+95=390 (51% of max value = 765). Red value is 75 (29.69% from 255 or 19.23% from 390); Green value is 220 (86.33% from 255 or 56.41% from 390); Blue value is 95 (37.5% from 255 or 24.36% from 390); Max value from RGB is 220 - color contains mainly: green. Hex color #4BDC5F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BDC5F is #B423A0. Grayscale: #A2A2A2. Windows color (decimal): -11805601 or 6282315. OLE color: 6282315.

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

Color convert

RGB 75 220 95 -
CMYK 0.66 0 0.57 0.14
HSL 128.28º 0.67% 0.58% -
HSV(B) 128.28º 0.66% 0.86% -
XYZ 30.56 53.51 19.54 -
YUV 162.4 89.96 65.66 -
System Red Green Blue C M Y K H S L
Decimal 75 220 95 0.66 0 0.57 0.14 128.28 0.67 0.58
Hex 4B DC 5F 42 0 39 E 80 43 3A
Octal 113 334 137 102 0 71 16 200 103 72
Binary 1001011 11011100 1011111 1000010 0 111001 1110 10000000 1000011 111010

Color Harmonies of #4BDC5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BDC5F

Black with #4BDC5F

Text Example


Text Example

White with #4BDC5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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