Html Css Color HEX #4BC070 Emerald

📋 copy color: '#4BC070'

red 75 ◦ green 192 ◦ blue 112

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

Shades of Emerald #4BC070

Tints of Emerald #4BC070

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 29.55%

R = 19.79%
G = 50.66%
B = 29.55%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#4BC070 (or 0x4BC070) is known color: Emerald. HEX triplet: 4B, C0 and 70. RGB value is (75,192,112). Sum of RGB (Red+Green+Blue) = 75+192+112=379 (50% of max value = 765). Red value is 75 (29.69% from 255 or 19.79% from 379); Green value is 192 (75.39% from 255 or 50.66% from 379); Blue value is 112 (44.14% from 255 or 29.55% from 379); Max value from RGB is 192 - color contains mainly: green. Hex color #4BC070 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BC070 is #B43F8F. Grayscale: #949494. Windows color (decimal): -11812752 or 7389259. OLE color: 7389259.

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

Color convert

RGB 75 192 112 -
CMYK 0.61 0 0.42 0.25
HSL 138.97º 0.48% 0.52% -
HSV(B) 138.97º 0.61% 0.75% -
XYZ 24.68 40.36 21.82 -
YUV 147.9 107.74 76 -
System Red Green Blue C M Y K H S L
Decimal 75 192 112 0.61 0 0.42 0.25 138.97 0.48 0.52
Hex 4B C0 70 3D 0 2A 19 8B 30 34
Octal 113 300 160 75 0 52 31 213 60 64
Binary 1001011 11000000 1110000 111101 0 101010 11001 10001011 110000 110100

Color Harmonies of #4BC070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BC070

Black with #4BC070

Text Example


Text Example

White with #4BC070

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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