Html Css Color HEX #4BC370 Emerald

📋 copy color: '#4BC370'

red 75 ◦ green 195 ◦ blue 112

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

Shades of Emerald #4BC370

Tints of Emerald #4BC370

RGB

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

 GREEN value IS 195 (76.56% from 255) = 51.05%

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

R = 19.63%
G = 51.05%
B = 29.32%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.43

 K value IS 0.24

RGB Variations

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

Color information

#4BC370 (or 0x4BC370) is known color: Emerald. HEX triplet: 4B, C3 and 70. RGB value is (75,195,112). Sum of RGB (Red+Green+Blue) = 75+195+112=382 (50% of max value = 765). Red value is 75 (29.69% from 255 or 19.63% from 382); Green value is 195 (76.56% from 255 or 51.05% from 382); Blue value is 112 (44.14% from 255 or 29.32% from 382); Max value from RGB is 195 - color contains mainly: green. Hex color #4BC370 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BC370 is #B43C8F. Grayscale: #959595. Windows color (decimal): -11811984 or 7390027. OLE color: 7390027.

HSL color Cylindrical-coordinate representation of color #4BC370: hue angle of 138.5º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4BC370 is Cyan = 0.62, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.24.

Color convert

RGB 75 195 112 -
CMYK 0.62 0 0.43 0.24
HSL 138.5º 0.5% 0.53% -
HSV(B) 138.5º 0.62% 0.76% -
XYZ 25.34 41.7 22.04 -
YUV 149.66 106.74 74.75 -
System Red Green Blue C M Y K H S L
Decimal 75 195 112 0.62 0 0.43 0.24 138.5 0.5 0.53
Hex 4B C3 70 3E 0 2B 18 8A 32 35
Octal 113 303 160 76 0 53 30 212 62 65
Binary 1001011 11000011 1110000 111110 0 101011 11000 10001010 110010 110101

Color Harmonies of #4BC370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BC370

Black with #4BC370

Text Example


Text Example

White with #4BC370

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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