Html Css Color HEX #48E17C Emerald

📋 copy color: '#48E17C'

red 72 ◦ green 225 ◦ blue 124

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

Shades of Emerald #48E17C

Tints of Emerald #48E17C

RGB

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

 GREEN value IS 225 (88.28% from 255) = 53.44%

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

R = 17.1%
G = 53.44%
B = 29.45%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.45

 K value IS 0.12

RGB Variations

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

Color information

#48E17C (or 0x48E17C) is known color: Emerald. HEX triplet: 48, E1 and 7C. RGB value is (72,225,124). Sum of RGB (Red+Green+Blue) = 72+225+124=421 (55% of max value = 765). Red value is 72 (28.52% from 255 or 17.10% from 421); Green value is 225 (88.28% from 255 or 53.44% from 421); Blue value is 124 (48.83% from 255 or 29.45% from 421); Max value from RGB is 225 - color contains mainly: green. Hex color #48E17C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48E17C is #B71E83. Grayscale: #A7A7A7. Windows color (decimal): -12000900 or 8184136. OLE color: 8184136.

HSL color Cylindrical-coordinate representation of color #48E17C: hue angle of 140.39º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #48E17C is Cyan = 0.68, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.12.

Color convert

RGB 72 225 124 -
CMYK 0.68 0 0.45 0.12
HSL 140.39º 0.72% 0.58% -
HSV(B) 140.39º 0.68% 0.88% -
XYZ 33.24 56.68 28.26 -
YUV 167.74 103.31 59.71 -
System Red Green Blue C M Y K H S L
Decimal 72 225 124 0.68 0 0.45 0.12 140.39 0.72 0.58
Hex 48 E1 7C 44 0 2D C 8C 48 3A
Octal 110 341 174 104 0 55 14 214 110 72
Binary 1001000 11100001 1111100 1000100 0 101101 1100 10001100 1001000 111010

Color Harmonies of #48E17C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48E17C

Black with #48E17C

Text Example


Text Example

White with #48E17C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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