Html Css Color HEX #48D886 Emerald

📋 copy color: '#48D886'

red 72 ◦ green 216 ◦ blue 134

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

Shades of Emerald #48D886

Tints of Emerald #48D886

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 31.75%

R = 17.06%
G = 51.18%
B = 31.75%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#48D886 (or 0x48D886) is known color: Emerald. HEX triplet: 48, D8 and 86. RGB value is (72,216,134). Sum of RGB (Red+Green+Blue) = 72+216+134=422 (55% of max value = 765). Red value is 72 (28.52% from 255 or 17.06% from 422); Green value is 216 (84.77% from 255 or 51.18% from 422); Blue value is 134 (52.73% from 255 or 31.75% from 422); Max value from RGB is 216 - color contains mainly: green. Hex color #48D886 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48D886 is #B72779. Grayscale: #A3A3A3. Windows color (decimal): -12003194 or 8837192. OLE color: 8837192.

HSL color Cylindrical-coordinate representation of color #48D886: hue angle of 145.83º 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 #48D886 is Cyan = 0.67, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.15.

Color convert

RGB 72 216 134 -
CMYK 0.67 0 0.38 0.15
HSL 145.83º 0.65% 0.56% -
HSV(B) 145.83º 0.67% 0.85% -
XYZ 31.53 52.21 30.97 -
YUV 163.6 111.29 62.67 -
System Red Green Blue C M Y K H S L
Decimal 72 216 134 0.67 0 0.38 0.15 145.83 0.65 0.56
Hex 48 D8 86 43 0 26 F 92 41 38
Octal 110 330 206 103 0 46 17 222 101 70
Binary 1001000 11011000 10000110 1000011 0 100110 1111 10010010 1000001 111000

Color Harmonies of #48D886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48D886

Black with #48D886

Text Example


Text Example

White with #48D886

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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