Html Css Color HEX #48D971 Emerald

📋 copy color: '#48D971'

red 72 ◦ green 217 ◦ blue 113

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

Shades of Emerald #48D971

Tints of Emerald #48D971

RGB

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

 GREEN value IS 217 (85.16% from 255) = 53.98%

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

R = 17.91%
G = 53.98%
B = 28.11%

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

#48D971 (or 0x48D971) is known color: Emerald. HEX triplet: 48, D9 and 71. RGB value is (72,217,113). Sum of RGB (Red+Green+Blue) = 72+217+113=402 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.91% from 402); Green value is 217 (85.16% from 255 or 53.98% from 402); Blue value is 113 (44.53% from 255 or 28.11% from 402); Max value from RGB is 217 - color contains mainly: green. Hex color #48D971 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48D971 is #B7268E. Grayscale: #A2A2A2. Windows color (decimal): -12002959 or 7461192. OLE color: 7461192.

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

Color convert

RGB 72 217 113 -
CMYK 0.67 0 0.48 0.15
HSL 136.97º 0.66% 0.57% -
HSV(B) 136.97º 0.67% 0.85% -
XYZ 30.47 52.2 24.09 -
YUV 161.79 100.46 63.96 -
System Red Green Blue C M Y K H S L
Decimal 72 217 113 0.67 0 0.48 0.15 136.97 0.66 0.57
Hex 48 D9 71 43 0 30 F 89 42 39
Octal 110 331 161 103 0 60 17 211 102 71
Binary 1001000 11011001 1110001 1000011 0 110000 1111 10001001 1000010 111001

Color Harmonies of #48D971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48D971

Black with #48D971

Text Example


Text Example

White with #48D971

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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