Html Css Color HEX #4BC072 Emerald

📋 copy color: '#4BC072'

red 75 ◦ green 192 ◦ blue 114

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

Shades of Emerald #4BC072

Tints of Emerald #4BC072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 29.92%

R = 19.69%
G = 50.39%
B = 29.92%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#4BC072 (or 0x4BC072) is known color: Emerald. HEX triplet: 4B, C0 and 72. RGB value is (75,192,114). Sum of RGB (Red+Green+Blue) = 75+192+114=381 (50% of max value = 765). Red value is 75 (29.69% from 255 or 19.69% from 381); Green value is 192 (75.39% from 255 or 50.39% from 381); Blue value is 114 (44.92% from 255 or 29.92% from 381); Max value from RGB is 192 - color contains mainly: green. Hex color #4BC072 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BC072 is #B43F8D. Grayscale: #949494. Windows color (decimal): -11812750 or 7520331. OLE color: 7520331.

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

Color convert

RGB 75 192 114 -
CMYK 0.61 0 0.41 0.25
HSL 140º 0.48% 0.52% -
HSV(B) 140º 0.61% 0.75% -
XYZ 24.79 40.41 22.41 -
YUV 148.13 108.74 75.84 -
System Red Green Blue C M Y K H S L
Decimal 75 192 114 0.61 0 0.41 0.25 140 0.48 0.52
Hex 4B C0 72 3D 0 29 19 8C 30 34
Octal 113 300 162 75 0 51 31 214 60 64
Binary 1001011 11000000 1110010 111101 0 101001 11001 10001100 110000 110100

Color Harmonies of #4BC072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BC072

Black with #4BC072

Text Example


Text Example

White with #4BC072

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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