Html Css Color HEX #48D573 Emerald

📋 copy color: '#48D573'

red 72 ◦ green 213 ◦ blue 115

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

Shades of Emerald #48D573

Tints of Emerald #48D573

RGB

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

 GREEN value IS 213 (83.59% from 255) = 53.25%

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

R = 18%
G = 53.25%
B = 28.75%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#48D573 (or 0x48D573) is known color: Emerald. HEX triplet: 48, D5 and 73. RGB value is (72,213,115). Sum of RGB (Red+Green+Blue) = 72+213+115=400 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18% from 400); Green value is 213 (83.59% from 255 or 53.25% from 400); Blue value is 115 (45.31% from 255 or 28.75% from 400); Max value from RGB is 213 - color contains mainly: green. Hex color #48D573 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48D573 is #B72A8C. Grayscale: #9F9F9F. Windows color (decimal): -12003981 or 7591240. OLE color: 7591240.

HSL color Cylindrical-coordinate representation of color #48D573: hue angle of 138.3º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #48D573 is Cyan = 0.66, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.

Color convert

RGB 72 213 115 -
CMYK 0.66 0 0.46 0.16
HSL 138.3º 0.63% 0.56% -
HSV(B) 138.3º 0.66% 0.84% -
XYZ 29.56 50.2 24.35 -
YUV 159.67 102.79 65.47 -
System Red Green Blue C M Y K H S L
Decimal 72 213 115 0.66 0 0.46 0.16 138.3 0.63 0.56
Hex 48 D5 73 42 0 2E 10 8A 3F 38
Octal 110 325 163 102 0 56 20 212 77 70
Binary 1001000 11010101 1110011 1000010 0 101110 10000 10001010 111111 111000

Color Harmonies of #48D573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48D573

Black with #48D573

Text Example


Text Example

White with #48D573

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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