Html Css Color HEX #48C87C Emerald

📋 copy color: '#48C87C'

red 72 ◦ green 200 ◦ blue 124

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

Shades of Emerald #48C87C

Tints of Emerald #48C87C

RGB

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

 GREEN value IS 200 (78.52% from 255) = 50.51%

 BLUE value IS 124 (48.83% from 255) = 31.31%

R = 18.18%
G = 50.51%
B = 31.31%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.38

 K value IS 0.22

RGB Variations

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

Color information

#48C87C (or 0x48C87C) is known color: Emerald. HEX triplet: 48, C8 and 7C. RGB value is (72,200,124). Sum of RGB (Red+Green+Blue) = 72+200+124=396 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.18% from 396); Green value is 200 (78.52% from 255 or 50.51% from 396); Blue value is 124 (48.83% from 255 or 31.31% from 396); Max value from RGB is 200 - color contains mainly: green. Hex color #48C87C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48C87C is #B73783. Grayscale: #999999. Windows color (decimal): -12007300 or 8177736. OLE color: 8177736.

HSL color Cylindrical-coordinate representation of color #48C87C: hue angle of 144.38º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #48C87C is Cyan = 0.64, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.22.

Color convert

RGB 72 200 124 -
CMYK 0.64 0 0.38 0.22
HSL 144.38º 0.54% 0.53% -
HSV(B) 144.38º 0.64% 0.78% -
XYZ 26.96 44.14 26.17 -
YUV 153.06 111.59 70.18 -
System Red Green Blue C M Y K H S L
Decimal 72 200 124 0.64 0 0.38 0.22 144.38 0.54 0.53
Hex 48 C8 7C 40 0 26 16 90 36 35
Octal 110 310 174 100 0 46 26 220 66 65
Binary 1001000 11001000 1111100 1000000 0 100110 10110 10010000 110110 110101

Color Harmonies of #48C87C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48C87C

Black with #48C87C

Text Example


Text Example

White with #48C87C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,200,124); }

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

background-color css

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

 a { background-color: rgb(72,200,124); }

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

border-color css

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

 span { border-color: rgb(72,200,124); }

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