Html Css Color HEX #48DA8D Emerald

📋 copy color: '#48DA8D'

red 72 ◦ green 218 ◦ blue 141

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

Shades of Emerald #48DA8D

Tints of Emerald #48DA8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 32.71%

R = 16.71%
G = 50.58%
B = 32.71%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#48DA8D (or 0x48DA8D) is known color: Emerald. HEX triplet: 48, DA and 8D. RGB value is (72,218,141). Sum of RGB (Red+Green+Blue) = 72+218+141=431 (57% of max value = 765). Red value is 72 (28.52% from 255 or 16.71% from 431); Green value is 218 (85.55% from 255 or 50.58% from 431); Blue value is 141 (55.47% from 255 or 32.71% from 431); Max value from RGB is 218 - color contains mainly: green. Hex color #48DA8D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48DA8D is #B72572. Grayscale: #A5A5A5. Windows color (decimal): -12002675 or 9296456. OLE color: 9296456.

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

Color convert

RGB 72 218 141 -
CMYK 0.67 0 0.35 0.15
HSL 148.36º 0.66% 0.57% -
HSV(B) 148.36º 0.67% 0.85% -
XYZ 32.55 53.44 33.8 -
YUV 165.57 114.13 61.26 -
System Red Green Blue C M Y K H S L
Decimal 72 218 141 0.67 0 0.35 0.15 148.36 0.66 0.57
Hex 48 DA 8D 43 0 23 F 94 42 39
Octal 110 332 215 103 0 43 17 224 102 71
Binary 1001000 11011010 10001101 1000011 0 100011 1111 10010100 1000010 111001

Color Harmonies of #48DA8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48DA8D

Black with #48DA8D

Text Example


Text Example

White with #48DA8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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