Html Css Color HEX #48DA80 Emerald

📋 copy color: '#48DA80'

red 72 ◦ green 218 ◦ blue 128

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

Shades of Emerald #48DA80

Tints of Emerald #48DA80

RGB

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

 GREEN value IS 218 (85.55% from 255) = 52.15%

 BLUE value IS 128 (50.39% from 255) = 30.62%

R = 17.22%
G = 52.15%
B = 30.62%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#48DA80 (or 0x48DA80) is known color: Emerald. HEX triplet: 48, DA and 80. RGB value is (72,218,128). Sum of RGB (Red+Green+Blue) = 72+218+128=418 (55% of max value = 765). Red value is 72 (28.52% from 255 or 17.22% from 418); Green value is 218 (85.55% from 255 or 52.15% from 418); Blue value is 128 (50.39% from 255 or 30.62% from 418); Max value from RGB is 218 - color contains mainly: green. Hex color #48DA80 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48DA80 is #B7257F. Grayscale: #A4A4A4. Windows color (decimal): -12002688 or 8444488. OLE color: 8444488.

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

Color convert

RGB 72 218 128 -
CMYK 0.67 0 0.41 0.15
HSL 143.01º 0.66% 0.57% -
HSV(B) 143.01º 0.67% 0.85% -
XYZ 31.64 53.08 29 -
YUV 164.09 107.63 62.32 -
System Red Green Blue C M Y K H S L
Decimal 72 218 128 0.67 0 0.41 0.15 143.01 0.66 0.57
Hex 48 DA 80 43 0 29 F 8F 42 39
Octal 110 332 200 103 0 51 17 217 102 71
Binary 1001000 11011010 10000000 1000011 0 101001 1111 10001111 1000010 111001

Color Harmonies of #48DA80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48DA80

Black with #48DA80

Text Example


Text Example

White with #48DA80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,218,128); }

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

background-color css

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

 a { background-color: rgb(72,218,128); }

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

border-color css

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

 span { border-color: rgb(72,218,128); }

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