Html Css Color HEX #4BC48A Emerald

📋 copy color: '#4BC48A'

red 75 ◦ green 196 ◦ blue 138

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

Shades of Emerald #4BC48A

Tints of Emerald #4BC48A

RGB

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

 GREEN value IS 196 (76.95% from 255) = 47.92%

 BLUE value IS 138 (54.3% from 255) = 33.74%

R = 18.34%
G = 47.92%
B = 33.74%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.30

 K value IS 0.23

RGB Variations

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

Color information

#4BC48A (or 0x4BC48A) is known color: Emerald. HEX triplet: 4B, C4 and 8A. RGB value is (75,196,138). Sum of RGB (Red+Green+Blue) = 75+196+138=409 (54% of max value = 765). Red value is 75 (29.69% from 255 or 18.34% from 409); Green value is 196 (76.95% from 255 or 47.92% from 409); Blue value is 138 (54.30% from 255 or 33.74% from 409); Max value from RGB is 196 - color contains mainly: green. Hex color #4BC48A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BC48A is #B43B75. Grayscale: #999999. Windows color (decimal): -11811702 or 9094219. OLE color: 9094219.

HSL color Cylindrical-coordinate representation of color #4BC48A: hue angle of 151.24º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4BC48A is Cyan = 0.62, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.23.

Color convert

RGB 75 196 138 -
CMYK 0.62 0 0.30 0.23
HSL 151.24º 0.51% 0.53% -
HSV(B) 151.24º 0.62% 0.77% -
XYZ 27.23 42.81 30.87 -
YUV 153.21 119.41 72.22 -
System Red Green Blue C M Y K H S L
Decimal 75 196 138 0.62 0 0.30 0.23 151.24 0.51 0.53
Hex 4B C4 8A 3E 0 1E 17 97 33 35
Octal 113 304 212 76 0 36 27 227 63 65
Binary 1001011 11000100 10001010 111110 0 11110 10111 10010111 110011 110101

Color Harmonies of #4BC48A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BC48A

Black with #4BC48A

Text Example


Text Example

White with #4BC48A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,196,138); }

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

background-color css

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

 a { background-color: rgb(75,196,138); }

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

border-color css

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

 span { border-color: rgb(75,196,138); }

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