Html Css Color HEX #48DC87 Emerald

📋 copy color: '#48DC87'

red 72 ◦ green 220 ◦ blue 135

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

Shades of Emerald #48DC87

Tints of Emerald #48DC87

RGB

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

 GREEN value IS 220 (86.33% from 255) = 51.52%

 BLUE value IS 135 (53.13% from 255) = 31.62%

R = 16.86%
G = 51.52%
B = 31.62%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.39

 K value IS 0.14

RGB Variations

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

Color information

#48DC87 (or 0x48DC87) is known color: Emerald. HEX triplet: 48, DC and 87. RGB value is (72,220,135). Sum of RGB (Red+Green+Blue) = 72+220+135=427 (56% of max value = 765). Red value is 72 (28.52% from 255 or 16.86% from 427); Green value is 220 (86.33% from 255 or 51.52% from 427); Blue value is 135 (53.12% from 255 or 31.62% from 427); Max value from RGB is 220 - color contains mainly: green. Hex color #48DC87 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48DC87 is #B72378. Grayscale: #A6A6A6. Windows color (decimal): -12002169 or 8903752. OLE color: 8903752.

HSL color Cylindrical-coordinate representation of color #48DC87: hue angle of 145.54º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #48DC87 is Cyan = 0.67, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.14.

Color convert

RGB 72 220 135 -
CMYK 0.67 0 0.39 0.14
HSL 145.54º 0.68% 0.57% -
HSV(B) 145.54º 0.67% 0.86% -
XYZ 32.64 54.31 31.68 -
YUV 166.06 110.47 60.91 -
System Red Green Blue C M Y K H S L
Decimal 72 220 135 0.67 0 0.39 0.14 145.54 0.68 0.57
Hex 48 DC 87 43 0 27 E 92 44 39
Octal 110 334 207 103 0 47 16 222 104 71
Binary 1001000 11011100 10000111 1000011 0 100111 1110 10010010 1000100 111001

Color Harmonies of #48DC87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48DC87

Black with #48DC87

Text Example


Text Example

White with #48DC87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,220,135); }

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

background-color css

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

 a { background-color: rgb(72,220,135); }

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

border-color css

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

 span { border-color: rgb(72,220,135); }

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