Html Css Color HEX #48D182 Emerald

📋 copy color: '#48D182'

red 72 ◦ green 209 ◦ blue 130

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

Shades of Emerald #48D182

Tints of Emerald #48D182

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 31.63%

R = 17.52%
G = 50.85%
B = 31.63%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.38

 K value IS 0.18

RGB Variations

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

Color information

#48D182 (or 0x48D182) is known color: Emerald. HEX triplet: 48, D1 and 82. RGB value is (72,209,130). Sum of RGB (Red+Green+Blue) = 72+209+130=411 (54% of max value = 765). Red value is 72 (28.52% from 255 or 17.52% from 411); Green value is 209 (82.03% from 255 or 50.85% from 411); Blue value is 130 (51.17% from 255 or 31.63% from 411); Max value from RGB is 209 - color contains mainly: green. Hex color #48D182 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48D182 is #B72E7D. Grayscale: #9F9F9F. Windows color (decimal): -12004990 or 8573256. OLE color: 8573256.

HSL color Cylindrical-coordinate representation of color #48D182: hue angle of 145.4º 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 #48D182 is Cyan = 0.66, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.18.

Color convert

RGB 72 209 130 -
CMYK 0.66 0 0.38 0.18
HSL 145.4º 0.6% 0.55% -
HSV(B) 145.4º 0.66% 0.82% -
XYZ 29.5 48.59 28.94 -
YUV 159.03 111.61 65.92 -
System Red Green Blue C M Y K H S L
Decimal 72 209 130 0.66 0 0.38 0.18 145.4 0.6 0.55
Hex 48 D1 82 42 0 26 12 91 3C 37
Octal 110 321 202 102 0 46 22 221 74 67
Binary 1001000 11010001 10000010 1000010 0 100110 10010 10010001 111100 110111

Color Harmonies of #48D182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48D182

Black with #48D182

Text Example


Text Example

White with #48D182

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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