Html Css Color HEX #48DC8D Emerald

📋 copy color: '#48DC8D'

red 72 ◦ green 220 ◦ blue 141

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

Shades of Emerald #48DC8D

Tints of Emerald #48DC8D

RGB

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

 GREEN value IS 220 (86.33% from 255) = 50.81%

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

R = 16.63%
G = 50.81%
B = 32.56%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#48DC8D (or 0x48DC8D) is known color: Emerald. HEX triplet: 48, DC and 8D. RGB value is (72,220,141). Sum of RGB (Red+Green+Blue) = 72+220+141=433 (57% of max value = 765). Red value is 72 (28.52% from 255 or 16.63% from 433); Green value is 220 (86.33% from 255 or 50.81% from 433); Blue value is 141 (55.47% from 255 or 32.56% from 433); Max value from RGB is 220 - color contains mainly: green. Hex color #48DC8D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48DC8D is #B72372. Grayscale: #A6A6A6. Windows color (decimal): -12002163 or 9296968. OLE color: 9296968.

HSL color Cylindrical-coordinate representation of color #48DC8D: hue angle of 147.97º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #48DC8D is Cyan = 0.67, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.14.

Color convert

RGB 72 220 141 -
CMYK 0.67 0 0.36 0.14
HSL 147.97º 0.68% 0.57% -
HSV(B) 147.97º 0.67% 0.86% -
XYZ 33.07 54.49 33.97 -
YUV 166.74 113.47 60.42 -
System Red Green Blue C M Y K H S L
Decimal 72 220 141 0.67 0 0.36 0.14 147.97 0.68 0.57
Hex 48 DC 8D 43 0 24 E 94 44 39
Octal 110 334 215 103 0 44 16 224 104 71
Binary 1001000 11011100 10001101 1000011 0 100100 1110 10010100 1000100 111001

Color Harmonies of #48DC8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48DC8D

Black with #48DC8D

Text Example


Text Example

White with #48DC8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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