Html Css Color HEX #48D177 Emerald

📋 copy color: '#48D177'

red 72 ◦ green 209 ◦ blue 119

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

Shades of Emerald #48D177

Tints of Emerald #48D177

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 29.75%

R = 18%
G = 52.25%
B = 29.75%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#48D177 (or 0x48D177) is known color: Emerald. HEX triplet: 48, D1 and 77. RGB value is (72,209,119). Sum of RGB (Red+Green+Blue) = 72+209+119=400 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18% from 400); Green value is 209 (82.03% from 255 or 52.25% from 400); Blue value is 119 (46.88% from 255 or 29.75% from 400); Max value from RGB is 209 - color contains mainly: green. Hex color #48D177 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48D177 is #B72E88. Grayscale: #9E9E9E. Windows color (decimal): -12005001 or 7852360. OLE color: 7852360.

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

Color convert

RGB 72 209 119 -
CMYK 0.66 0 0.43 0.18
HSL 140.58º 0.6% 0.55% -
HSV(B) 140.58º 0.66% 0.82% -
XYZ 28.8 48.31 25.26 -
YUV 157.78 106.11 66.82 -
System Red Green Blue C M Y K H S L
Decimal 72 209 119 0.66 0 0.43 0.18 140.58 0.6 0.55
Hex 48 D1 77 42 0 2B 12 8D 3C 37
Octal 110 321 167 102 0 53 22 215 74 67
Binary 1001000 11010001 1110111 1000010 0 101011 10010 10001101 111100 110111

Color Harmonies of #48D177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48D177

Black with #48D177

Text Example


Text Example

White with #48D177

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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