Html Css Color HEX #4BC074 Emerald

📋 copy color: '#4BC074'

red 75 ◦ green 192 ◦ blue 116

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

Shades of Emerald #4BC074

Tints of Emerald #4BC074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 30.29%

R = 19.58%
G = 50.13%
B = 30.29%

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

#4BC074 (or 0x4BC074) is known color: Emerald. HEX triplet: 4B, C0 and 74. RGB value is (75,192,116). Sum of RGB (Red+Green+Blue) = 75+192+116=383 (50% of max value = 765). Red value is 75 (29.69% from 255 or 19.58% from 383); Green value is 192 (75.39% from 255 or 50.13% from 383); Blue value is 116 (45.70% from 255 or 30.29% from 383); Max value from RGB is 192 - color contains mainly: green. Hex color #4BC074 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BC074 is #B43F8B. Grayscale: #949494. Windows color (decimal): -11812748 or 7651403. OLE color: 7651403.

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

Color convert

RGB 75 192 116 -
CMYK 0.61 0 0.40 0.25
HSL 141.03º 0.48% 0.52% -
HSV(B) 141.03º 0.61% 0.75% -
XYZ 24.9 40.46 23.02 -
YUV 148.35 109.74 75.68 -
System Red Green Blue C M Y K H S L
Decimal 75 192 116 0.61 0 0.40 0.25 141.03 0.48 0.52
Hex 4B C0 74 3D 0 28 19 8D 30 34
Octal 113 300 164 75 0 50 31 215 60 64
Binary 1001011 11000000 1110100 111101 0 101000 11001 10001101 110000 110100

Color Harmonies of #4BC074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BC074

Black with #4BC074

Text Example


Text Example

White with #4BC074

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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