Html Css Color HEX #48D87D Emerald

📋 copy color: '#48D87D'

red 72 ◦ green 216 ◦ blue 125

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

Shades of Emerald #48D87D

Tints of Emerald #48D87D

RGB

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

 GREEN value IS 216 (84.77% from 255) = 52.3%

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

R = 17.43%
G = 52.3%
B = 30.27%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#48D87D (or 0x48D87D) is known color: Emerald. HEX triplet: 48, D8 and 7D. RGB value is (72,216,125). Sum of RGB (Red+Green+Blue) = 72+216+125=413 (54% of max value = 765). Red value is 72 (28.52% from 255 or 17.43% from 413); Green value is 216 (84.77% from 255 or 52.30% from 413); Blue value is 125 (49.22% from 255 or 30.27% from 413); Max value from RGB is 216 - color contains mainly: green. Hex color #48D87D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48D87D is #B72782. Grayscale: #A2A2A2. Windows color (decimal): -12003203 or 8247368. OLE color: 8247368.

HSL color Cylindrical-coordinate representation of color #48D87D: hue angle of 142.08º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #48D87D is Cyan = 0.67, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.15.

Color convert

RGB 72 216 125 -
CMYK 0.67 0 0.42 0.15
HSL 142.08º 0.65% 0.56% -
HSV(B) 142.08º 0.67% 0.85% -
XYZ 30.93 51.97 27.8 -
YUV 162.57 106.79 63.4 -
System Red Green Blue C M Y K H S L
Decimal 72 216 125 0.67 0 0.42 0.15 142.08 0.65 0.56
Hex 48 D8 7D 43 0 2A F 8E 41 38
Octal 110 330 175 103 0 52 17 216 101 70
Binary 1001000 11011000 1111101 1000011 0 101010 1111 10001110 1000001 111000

Color Harmonies of #48D87D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48D87D

Black with #48D87D

Text Example


Text Example

White with #48D87D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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