Html Css Color HEX #48C57D Emerald

📋 copy color: '#48C57D'

red 72 ◦ green 197 ◦ blue 125

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

Shades of Emerald #48C57D

Tints of Emerald #48C57D

RGB

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

 GREEN value IS 197 (77.34% from 255) = 50%

 BLUE value IS 125 (49.22% from 255) = 31.73%

R = 18.27%
G = 50%
B = 31.73%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.37

 K value IS 0.23

RGB Variations

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

Color information

#48C57D (or 0x48C57D) is known color: Emerald. HEX triplet: 48, C5 and 7D. RGB value is (72,197,125). Sum of RGB (Red+Green+Blue) = 72+197+125=394 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.27% from 394); Green value is 197 (77.34% from 255 or 50% from 394); Blue value is 125 (49.22% from 255 or 31.73% from 394); Max value from RGB is 197 - color contains mainly: green. Hex color #48C57D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48C57D is #B73A82. Grayscale: #979797. Windows color (decimal): -12008067 or 8242504. OLE color: 8242504.

HSL color Cylindrical-coordinate representation of color #48C57D: hue angle of 145.44º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #48C57D is Cyan = 0.63, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.23.

Color convert

RGB 72 197 125 -
CMYK 0.63 0 0.37 0.23
HSL 145.44º 0.52% 0.53% -
HSV(B) 145.44º 0.63% 0.77% -
XYZ 26.34 42.79 26.27 -
YUV 151.42 113.09 71.35 -
System Red Green Blue C M Y K H S L
Decimal 72 197 125 0.63 0 0.37 0.23 145.44 0.52 0.53
Hex 48 C5 7D 3F 0 25 17 91 34 35
Octal 110 305 175 77 0 45 27 221 64 65
Binary 1001000 11000101 1111101 111111 0 100101 10111 10010001 110100 110101

Color Harmonies of #48C57D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48C57D

Black with #48C57D

Text Example


Text Example

White with #48C57D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,197,125); }

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

background-color css

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

 a { background-color: rgb(72,197,125); }

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

border-color css

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

 span { border-color: rgb(72,197,125); }

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