Html Css Color HEX #48D673 Emerald

📋 copy color: '#48D673'

red 72 ◦ green 214 ◦ blue 115

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

Shades of Emerald #48D673

Tints of Emerald #48D673

RGB

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

 GREEN value IS 214 (83.98% from 255) = 53.37%

 BLUE value IS 115 (45.31% from 255) = 28.68%

R = 17.96%
G = 53.37%
B = 28.68%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#48D673 (or 0x48D673) is known color: Emerald. HEX triplet: 48, D6 and 73. RGB value is (72,214,115). Sum of RGB (Red+Green+Blue) = 72+214+115=401 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.96% from 401); Green value is 214 (83.98% from 255 or 53.37% from 401); Blue value is 115 (45.31% from 255 or 28.68% from 401); Max value from RGB is 214 - color contains mainly: green. Hex color #48D673 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48D673 is #B7298C. Grayscale: #A0A0A0. Windows color (decimal): -12003725 or 7591496. OLE color: 7591496.

HSL color Cylindrical-coordinate representation of color #48D673: hue angle of 138.17º 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 #48D673 is Cyan = 0.66, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.

Color convert

RGB 72 214 115 -
CMYK 0.66 0 0.46 0.16
HSL 138.17º 0.63% 0.56% -
HSV(B) 138.17º 0.66% 0.84% -
XYZ 29.81 50.71 24.44 -
YUV 160.26 102.46 65.05 -
System Red Green Blue C M Y K H S L
Decimal 72 214 115 0.66 0 0.46 0.16 138.17 0.63 0.56
Hex 48 D6 73 42 0 2E 10 8A 3F 38
Octal 110 326 163 102 0 56 20 212 77 70
Binary 1001000 11010110 1110011 1000010 0 101110 10000 10001010 111111 111000

Color Harmonies of #48D673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48D673

Black with #48D673

Text Example


Text Example

White with #48D673

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,214,115); }

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

background-color css

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

 a { background-color: rgb(72,214,115); }

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

border-color css

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

 span { border-color: rgb(72,214,115); }

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