Html Css Color HEX #4BCB80 Emerald

📋 copy color: '#4BCB80'

red 75 ◦ green 203 ◦ blue 128

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

Shades of Emerald #4BCB80

Tints of Emerald #4BCB80

RGB

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

 GREEN value IS 203 (79.69% from 255) = 50%

 BLUE value IS 128 (50.39% from 255) = 31.53%

R = 18.47%
G = 50%
B = 31.53%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.37

 K value IS 0.20

RGB Variations

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

Color information

#4BCB80 (or 0x4BCB80) is known color: Emerald. HEX triplet: 4B, CB and 80. RGB value is (75,203,128). Sum of RGB (Red+Green+Blue) = 75+203+128=406 (53% of max value = 765). Red value is 75 (29.69% from 255 or 18.47% from 406); Green value is 203 (79.69% from 255 or 50% from 406); Blue value is 128 (50.39% from 255 or 31.53% from 406); Max value from RGB is 203 - color contains mainly: green. Hex color #4BCB80 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BCB80 is #B4347F. Grayscale: #9C9C9C. Windows color (decimal): -11809920 or 8440651. OLE color: 8440651.

HSL color Cylindrical-coordinate representation of color #4BCB80: hue angle of 144.84º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4BCB80 is Cyan = 0.63, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.20.

Color convert

RGB 75 203 128 -
CMYK 0.63 0 0.37 0.20
HSL 144.84º 0.55% 0.55% -
HSV(B) 144.84º 0.63% 0.8% -
XYZ 28.15 45.77 27.77 -
YUV 156.18 112.09 70.1 -
System Red Green Blue C M Y K H S L
Decimal 75 203 128 0.63 0 0.37 0.20 144.84 0.55 0.55
Hex 4B CB 80 3F 0 25 14 91 37 37
Octal 113 313 200 77 0 45 24 221 67 67
Binary 1001011 11001011 10000000 111111 0 100101 10100 10010001 110111 110111

Color Harmonies of #4BCB80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BCB80

Black with #4BCB80

Text Example


Text Example

White with #4BCB80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,203,128); }

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

background-color css

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

 a { background-color: rgb(75,203,128); }

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

border-color css

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

 span { border-color: rgb(75,203,128); }

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