Html Css Color HEX #4BCB70 Emerald

📋 copy color: '#4BCB70'

red 75 ◦ green 203 ◦ blue 112

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

Shades of Emerald #4BCB70

Tints of Emerald #4BCB70

RGB

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

 GREEN value IS 203 (79.69% from 255) = 52.05%

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

R = 19.23%
G = 52.05%
B = 28.72%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.45

 K value IS 0.20

RGB Variations

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

Color information

#4BCB70 (or 0x4BCB70) is known color: Emerald. HEX triplet: 4B, CB and 70. RGB value is (75,203,112). Sum of RGB (Red+Green+Blue) = 75+203+112=390 (51% of max value = 765). Red value is 75 (29.69% from 255 or 19.23% from 390); Green value is 203 (79.69% from 255 or 52.05% from 390); Blue value is 112 (44.14% from 255 or 28.72% from 390); Max value from RGB is 203 - color contains mainly: green. Hex color #4BCB70 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BCB70 is #B4348F. Grayscale: #9A9A9A. Windows color (decimal): -11809936 or 7392075. OLE color: 7392075.

HSL color Cylindrical-coordinate representation of color #4BCB70: hue angle of 137.34º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4BCB70 is Cyan = 0.63, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.20.

Color convert

RGB 75 203 112 -
CMYK 0.63 0 0.45 0.20
HSL 137.34º 0.55% 0.55% -
HSV(B) 137.34º 0.63% 0.8% -
XYZ 27.18 45.38 22.66 -
YUV 154.35 104.09 71.4 -
System Red Green Blue C M Y K H S L
Decimal 75 203 112 0.63 0 0.45 0.20 137.34 0.55 0.55
Hex 4B CB 70 3F 0 2D 14 89 37 37
Octal 113 313 160 77 0 55 24 211 67 67
Binary 1001011 11001011 1110000 111111 0 101101 10100 10001001 110111 110111

Color Harmonies of #4BCB70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BCB70

Black with #4BCB70

Text Example


Text Example

White with #4BCB70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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