Html Css Color HEX #48D57D Emerald

📋 copy color: '#48D57D'

red 72 ◦ green 213 ◦ blue 125

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

Shades of Emerald #48D57D

Tints of Emerald #48D57D

RGB

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

 GREEN value IS 213 (83.59% from 255) = 51.95%

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

R = 17.56%
G = 51.95%
B = 30.49%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#48D57D (or 0x48D57D) is known color: Emerald. HEX triplet: 48, D5 and 7D. RGB value is (72,213,125). Sum of RGB (Red+Green+Blue) = 72+213+125=410 (54% of max value = 765). Red value is 72 (28.52% from 255 or 17.56% from 410); Green value is 213 (83.59% from 255 or 51.95% from 410); Blue value is 125 (49.22% from 255 or 30.49% from 410); Max value from RGB is 213 - color contains mainly: green. Hex color #48D57D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48D57D is #B72A82. Grayscale: #A1A1A1. Windows color (decimal): -12003971 or 8246600. OLE color: 8246600.

HSL color Cylindrical-coordinate representation of color #48D57D: hue angle of 142.55º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #48D57D is Cyan = 0.66, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.16.

Color convert

RGB 72 213 125 -
CMYK 0.66 0 0.41 0.16
HSL 142.55º 0.63% 0.56% -
HSV(B) 142.55º 0.66% 0.84% -
XYZ 30.17 50.45 27.55 -
YUV 160.81 107.79 64.66 -
System Red Green Blue C M Y K H S L
Decimal 72 213 125 0.66 0 0.41 0.16 142.55 0.63 0.56
Hex 48 D5 7D 42 0 29 10 8F 3F 38
Octal 110 325 175 102 0 51 20 217 77 70
Binary 1001000 11010101 1111101 1000010 0 101001 10000 10001111 111111 111000

Color Harmonies of #48D57D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48D57D

Black with #48D57D

Text Example


Text Example

White with #48D57D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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