Html Css Color HEX #4BB970 Emerald

📋 copy color: '#4BB970'

red 75 ◦ green 185 ◦ blue 112

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

Shades of Emerald #4BB970

Tints of Emerald #4BB970

RGB

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

 GREEN value IS 185 (72.66% from 255) = 49.73%

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

R = 20.16%
G = 49.73%
B = 30.11%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#4BB970 (or 0x4BB970) is known color: Emerald. HEX triplet: 4B, B9 and 70. RGB value is (75,185,112). Sum of RGB (Red+Green+Blue) = 75+185+112=372 (49% of max value = 765). Red value is 75 (29.69% from 255 or 20.16% from 372); Green value is 185 (72.66% from 255 or 49.73% from 372); Blue value is 112 (44.14% from 255 or 30.11% from 372); Max value from RGB is 185 - color contains mainly: green. Hex color #4BB970 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BB970 is #B4468F. Grayscale: #8F8F8F. Windows color (decimal): -11814544 or 7387467. OLE color: 7387467.

HSL color Cylindrical-coordinate representation of color #4BB970: hue angle of 140.18º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4BB970 is Cyan = 0.59, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.27.

Color convert

RGB 75 185 112 -
CMYK 0.59 0 0.39 0.27
HSL 140.18º 0.44% 0.51% -
HSV(B) 140.18º 0.59% 0.73% -
XYZ 23.18 37.36 21.32 -
YUV 143.79 110.06 78.94 -
System Red Green Blue C M Y K H S L
Decimal 75 185 112 0.59 0 0.39 0.27 140.18 0.44 0.51
Hex 4B B9 70 3B 0 27 1B 8C 2C 33
Octal 113 271 160 73 0 47 33 214 54 63
Binary 1001011 10111001 1110000 111011 0 100111 11011 10001100 101100 110011

Color Harmonies of #4BB970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BB970

Black with #4BB970

Text Example


Text Example

White with #4BB970

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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