Html Css Color HEX #48BC73 Emerald

📋 copy color: '#48BC73'

red 72 ◦ green 188 ◦ blue 115

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

Shades of Emerald #48BC73

Tints of Emerald #48BC73

RGB

 RED value IS 72 (28.52% from 255) = 19.2%

 GREEN value IS 188 (73.83% from 255) = 50.13%

 BLUE value IS 115 (45.31% from 255) = 30.67%

R = 19.2%
G = 50.13%
B = 30.67%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.39

 K value IS 0.26

RGB Variations

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

Color information

#48BC73 (or 0x48BC73) is known color: Emerald. HEX triplet: 48, BC and 73. RGB value is (72,188,115). Sum of RGB (Red+Green+Blue) = 72+188+115=375 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.2% from 375); Green value is 188 (73.83% from 255 or 50.13% from 375); Blue value is 115 (45.31% from 255 or 30.67% from 375); Max value from RGB is 188 - color contains mainly: green. Hex color #48BC73 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48BC73 is #B7438C. Grayscale: #919191. Windows color (decimal): -12010381 or 7584840. OLE color: 7584840.

HSL color Cylindrical-coordinate representation of color #48BC73: hue angle of 142.24º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #48BC73 is Cyan = 0.62, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.26.

Color convert

RGB 72 188 115 -
CMYK 0.62 0 0.39 0.26
HSL 142.24º 0.46% 0.51% -
HSV(B) 142.24º 0.62% 0.74% -
XYZ 23.75 38.58 22.41 -
YUV 144.99 111.07 75.94 -
System Red Green Blue C M Y K H S L
Decimal 72 188 115 0.62 0 0.39 0.26 142.24 0.46 0.51
Hex 48 BC 73 3E 0 27 1A 8E 2E 33
Octal 110 274 163 76 0 47 32 216 56 63
Binary 1001000 10111100 1110011 111110 0 100111 11010 10001110 101110 110011

Color Harmonies of #48BC73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48BC73

Black with #48BC73

Text Example


Text Example

White with #48BC73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48BC73; }

 p { color: rgb(72,188,115); }

 H1.HeaderClassName
 {
   color: #48BC73;
 }
 .AnyTagClassName
 {
   color: #48BC73;
 }
</style>

background-color css

<style>
 a { background-color: #48BC73; }

 a { background-color: rgb(72,188,115); }

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

border-color css

<style>
 span { border-color: #48BC73; }

 span { border-color: rgb(72,188,115); }

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