Html Css Color HEX #48D871 Emerald

📋 copy color: '#48D871'

red 72 ◦ green 216 ◦ blue 113

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

Shades of Emerald #48D871

Tints of Emerald #48D871

RGB

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

 GREEN value IS 216 (84.77% from 255) = 53.87%

 BLUE value IS 113 (44.53% from 255) = 28.18%

R = 17.96%
G = 53.87%
B = 28.18%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#48D871 (or 0x48D871) is known color: Emerald. HEX triplet: 48, D8 and 71. RGB value is (72,216,113). Sum of RGB (Red+Green+Blue) = 72+216+113=401 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.96% from 401); Green value is 216 (84.77% from 255 or 53.87% from 401); Blue value is 113 (44.53% from 255 or 28.18% from 401); Max value from RGB is 216 - color contains mainly: green. Hex color #48D871 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48D871 is #B7278E. Grayscale: #A1A1A1. Windows color (decimal): -12003215 or 7460936. OLE color: 7460936.

HSL color Cylindrical-coordinate representation of color #48D871: hue angle of 137.08º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #48D871 is Cyan = 0.67, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB 72 216 113 -
CMYK 0.67 0 0.48 0.15
HSL 137.08º 0.65% 0.56% -
HSV(B) 137.08º 0.67% 0.85% -
XYZ 30.21 51.68 24.01 -
YUV 161.2 100.79 64.38 -
System Red Green Blue C M Y K H S L
Decimal 72 216 113 0.67 0 0.48 0.15 137.08 0.65 0.56
Hex 48 D8 71 43 0 30 F 89 41 38
Octal 110 330 161 103 0 60 17 211 101 70
Binary 1001000 11011000 1110001 1000011 0 110000 1111 10001001 1000001 111000

Color Harmonies of #48D871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48D871

Black with #48D871

Text Example


Text Example

White with #48D871

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,216,113); }

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

background-color css

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

 a { background-color: rgb(72,216,113); }

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

border-color css

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

 span { border-color: rgb(72,216,113); }

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