Html Css Color HEX #4BC077 Emerald

📋 copy color: '#4BC077'

red 75 ◦ green 192 ◦ blue 119

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

Shades of Emerald #4BC077

Tints of Emerald #4BC077

RGB

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

 GREEN value IS 192 (75.39% from 255) = 49.74%

 BLUE value IS 119 (46.88% from 255) = 30.83%

R = 19.43%
G = 49.74%
B = 30.83%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#4BC077 (or 0x4BC077) is known color: Emerald. HEX triplet: 4B, C0 and 77. RGB value is (75,192,119). Sum of RGB (Red+Green+Blue) = 75+192+119=386 (51% of max value = 765). Red value is 75 (29.69% from 255 or 19.43% from 386); Green value is 192 (75.39% from 255 or 49.74% from 386); Blue value is 119 (46.88% from 255 or 30.83% from 386); Max value from RGB is 192 - color contains mainly: green. Hex color #4BC077 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BC077 is #B43F88. Grayscale: #949494. Windows color (decimal): -11812745 or 7848011. OLE color: 7848011.

HSL color Cylindrical-coordinate representation of color #4BC077: hue angle of 142.56º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4BC077 is Cyan = 0.61, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.25.

Color convert

RGB 75 192 119 -
CMYK 0.61 0 0.38 0.25
HSL 142.56º 0.48% 0.52% -
HSV(B) 142.56º 0.61% 0.75% -
XYZ 25.08 40.53 23.95 -
YUV 148.7 111.24 75.44 -
System Red Green Blue C M Y K H S L
Decimal 75 192 119 0.61 0 0.38 0.25 142.56 0.48 0.52
Hex 4B C0 77 3D 0 26 19 8F 30 34
Octal 113 300 167 75 0 46 31 217 60 64
Binary 1001011 11000000 1110111 111101 0 100110 11001 10001111 110000 110100

Color Harmonies of #4BC077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BC077

Black with #4BC077

Text Example


Text Example

White with #4BC077

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,192,119); }

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

background-color css

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

 a { background-color: rgb(75,192,119); }

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

border-color css

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

 span { border-color: rgb(75,192,119); }

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