Html Css Color HEX #48BE73 Emerald

📋 copy color: '#48BE73'

red 72 ◦ green 190 ◦ blue 115

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

Shades of Emerald #48BE73

Tints of Emerald #48BE73

RGB

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

 GREEN value IS 190 (74.61% from 255) = 50.4%

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

R = 19.1%
G = 50.4%
B = 30.5%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#48BE73 (or 0x48BE73) is known color: Emerald. HEX triplet: 48, BE and 73. RGB value is (72,190,115). Sum of RGB (Red+Green+Blue) = 72+190+115=377 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.10% from 377); Green value is 190 (74.61% from 255 or 50.40% from 377); Blue value is 115 (45.31% from 255 or 30.50% from 377); Max value from RGB is 190 - color contains mainly: green. Hex color #48BE73 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48BE73 is #B7418C. Grayscale: #929292. Windows color (decimal): -12009869 or 7585352. OLE color: 7585352.

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

Color convert

RGB 72 190 115 -
CMYK 0.62 0 0.39 0.25
HSL 141.86º 0.48% 0.51% -
HSV(B) 141.86º 0.62% 0.75% -
XYZ 24.18 39.44 22.56 -
YUV 146.17 110.41 75.1 -
System Red Green Blue C M Y K H S L
Decimal 72 190 115 0.62 0 0.39 0.25 141.86 0.48 0.51
Hex 48 BE 73 3E 0 27 19 8E 30 33
Octal 110 276 163 76 0 47 31 216 60 63
Binary 1001000 10111110 1110011 111110 0 100111 11001 10001110 110000 110011

Color Harmonies of #48BE73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48BE73

Black with #48BE73

Text Example


Text Example

White with #48BE73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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