Html Css Color HEX #4BC073 Emerald

📋 copy color: '#4BC073'

red 75 ◦ green 192 ◦ blue 115

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

Shades of Emerald #4BC073

Tints of Emerald #4BC073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 30.1%

R = 19.63%
G = 50.26%
B = 30.1%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#4BC073 (or 0x4BC073) is known color: Emerald. HEX triplet: 4B, C0 and 73. RGB value is (75,192,115). Sum of RGB (Red+Green+Blue) = 75+192+115=382 (50% of max value = 765). Red value is 75 (29.69% from 255 or 19.63% from 382); Green value is 192 (75.39% from 255 or 50.26% from 382); Blue value is 115 (45.31% from 255 or 30.10% from 382); Max value from RGB is 192 - color contains mainly: green. Hex color #4BC073 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BC073 is #B43F8C. Grayscale: #949494. Windows color (decimal): -11812749 or 7585867. OLE color: 7585867.

HSL color Cylindrical-coordinate representation of color #4BC073: hue angle of 140.51º 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 #4BC073 is Cyan = 0.61, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB 75 192 115 -
CMYK 0.61 0 0.40 0.25
HSL 140.51º 0.48% 0.52% -
HSV(B) 140.51º 0.61% 0.75% -
XYZ 24.85 40.43 22.71 -
YUV 148.24 109.24 75.76 -
System Red Green Blue C M Y K H S L
Decimal 75 192 115 0.61 0 0.40 0.25 140.51 0.48 0.52
Hex 4B C0 73 3D 0 28 19 8D 30 34
Octal 113 300 163 75 0 50 31 215 60 64
Binary 1001011 11000000 1110011 111101 0 101000 11001 10001101 110000 110100

Color Harmonies of #4BC073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BC073

Black with #4BC073

Text Example


Text Example

White with #4BC073

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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