Html Css Color HEX #48C773 Emerald

📋 copy color: '#48C773'

red 72 ◦ green 199 ◦ blue 115

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

Shades of Emerald #48C773

Tints of Emerald #48C773

RGB

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

 GREEN value IS 199 (78.13% from 255) = 51.55%

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

R = 18.65%
G = 51.55%
B = 29.79%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#48C773 (or 0x48C773) is known color: Emerald. HEX triplet: 48, C7 and 73. RGB value is (72,199,115). Sum of RGB (Red+Green+Blue) = 72+199+115=386 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.65% from 386); Green value is 199 (78.12% from 255 or 51.55% from 386); Blue value is 115 (45.31% from 255 or 29.79% from 386); Max value from RGB is 199 - color contains mainly: green. Hex color #48C773 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48C773 is #B7388C. Grayscale: #979797. Windows color (decimal): -12007565 or 7587656. OLE color: 7587656.

HSL color Cylindrical-coordinate representation of color #48C773: hue angle of 140.31º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #48C773 is Cyan = 0.64, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.22.

Color convert

RGB 72 199 115 -
CMYK 0.64 0 0.42 0.22
HSL 140.32º 0.53% 0.53% -
HSV(B) 140.32º 0.64% 0.78% -
XYZ 26.19 43.46 23.23 -
YUV 151.45 107.42 71.33 -
System Red Green Blue C M Y K H S L
Decimal 72 199 115 0.64 0 0.42 0.22 140.32 0.53 0.53
Hex 48 C7 73 40 0 2A 16 8C 35 35
Octal 110 307 163 100 0 52 26 214 65 65
Binary 1001000 11000111 1110011 1000000 0 101010 10110 10001100 110101 110101

Color Harmonies of #48C773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48C773

Black with #48C773

Text Example


Text Example

White with #48C773

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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