Html Css Color HEX #48D080 Emerald

📋 copy color: '#48D080'

red 72 ◦ green 208 ◦ blue 128

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

Shades of Emerald #48D080

Tints of Emerald #48D080

RGB

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

 GREEN value IS 208 (81.64% from 255) = 50.98%

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

R = 17.65%
G = 50.98%
B = 31.37%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.38

 K value IS 0.18

RGB Variations

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

Color information

#48D080 (or 0x48D080) is known color: Emerald. HEX triplet: 48, D0 and 80. RGB value is (72,208,128). Sum of RGB (Red+Green+Blue) = 72+208+128=408 (54% of max value = 765). Red value is 72 (28.52% from 255 or 17.65% from 408); Green value is 208 (81.64% from 255 or 50.98% from 408); Blue value is 128 (50.39% from 255 or 31.37% from 408); Max value from RGB is 208 - color contains mainly: green. Hex color #48D080 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48D080 is #B72F7F. Grayscale: #9E9E9E. Windows color (decimal): -12005248 or 8441928. OLE color: 8441928.

HSL color Cylindrical-coordinate representation of color #48D080: hue angle of 144.71º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #48D080 is Cyan = 0.65, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.18.

Color convert

RGB 72 208 128 -
CMYK 0.65 0 0.38 0.18
HSL 144.71º 0.59% 0.55% -
HSV(B) 144.71º 0.65% 0.82% -
XYZ 29.12 48.05 28.16 -
YUV 158.22 110.94 66.5 -
System Red Green Blue C M Y K H S L
Decimal 72 208 128 0.65 0 0.38 0.18 144.71 0.59 0.55
Hex 48 D0 80 41 0 26 12 91 3B 37
Octal 110 320 200 101 0 46 22 221 73 67
Binary 1001000 11010000 10000000 1000001 0 100110 10010 10010001 111011 110111

Color Harmonies of #48D080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48D080

Black with #48D080

Text Example


Text Example

White with #48D080

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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