Html Css Color HEX #48D18D Emerald

📋 copy color: '#48D18D'

red 72 ◦ green 209 ◦ blue 141

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

Shades of Emerald #48D18D

Tints of Emerald #48D18D

RGB

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

 GREEN value IS 209 (82.03% from 255) = 49.53%

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

R = 17.06%
G = 49.53%
B = 33.41%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#48D18D (or 0x48D18D) is known color: Emerald. HEX triplet: 48, D1 and 8D. RGB value is (72,209,141). Sum of RGB (Red+Green+Blue) = 72+209+141=422 (55% of max value = 765). Red value is 72 (28.52% from 255 or 17.06% from 422); Green value is 209 (82.03% from 255 or 49.53% from 422); Blue value is 141 (55.47% from 255 or 33.41% from 422); Max value from RGB is 209 - color contains mainly: green. Hex color #48D18D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48D18D is #B72E72. Grayscale: #A0A0A0. Windows color (decimal): -12004979 or 9294152. OLE color: 9294152.

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

Color convert

RGB 72 209 141 -
CMYK 0.66 0 0.33 0.18
HSL 150.22º 0.6% 0.55% -
HSV(B) 150.22º 0.66% 0.82% -
XYZ 30.28 48.9 33.04 -
YUV 160.29 117.11 65.03 -
System Red Green Blue C M Y K H S L
Decimal 72 209 141 0.66 0 0.33 0.18 150.22 0.6 0.55
Hex 48 D1 8D 42 0 21 12 96 3C 37
Octal 110 321 215 102 0 41 22 226 74 67
Binary 1001000 11010001 10001101 1000010 0 100001 10010 10010110 111100 110111

Color Harmonies of #48D18D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48D18D

Black with #48D18D

Text Example


Text Example

White with #48D18D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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