Html Css Color HEX #48C78B Emerald

📋 copy color: '#48C78B'

red 72 ◦ green 199 ◦ blue 139

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

Shades of Emerald #48C78B

Tints of Emerald #48C78B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 33.9%

R = 17.56%
G = 48.54%
B = 33.9%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.30

 K value IS 0.22

RGB Variations

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

Color information

#48C78B (or 0x48C78B) is known color: Emerald. HEX triplet: 48, C7 and 8B. RGB value is (72,199,139). Sum of RGB (Red+Green+Blue) = 72+199+139=410 (54% of max value = 765). Red value is 72 (28.52% from 255 or 17.56% from 410); Green value is 199 (78.12% from 255 or 48.54% from 410); Blue value is 139 (54.69% from 255 or 33.90% from 410); Max value from RGB is 199 - color contains mainly: green. Hex color #48C78B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48C78B is #B73874. Grayscale: #9A9A9A. Windows color (decimal): -12007541 or 9160520. OLE color: 9160520.

HSL color Cylindrical-coordinate representation of color #48C78B: hue angle of 151.65º 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 #48C78B is Cyan = 0.64, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.22.

Color convert

RGB 72 199 139 -
CMYK 0.64 0 0.30 0.22
HSL 151.65º 0.53% 0.53% -
HSV(B) 151.65º 0.64% 0.78% -
XYZ 27.76 44.09 31.47 -
YUV 154.19 119.42 69.38 -
System Red Green Blue C M Y K H S L
Decimal 72 199 139 0.64 0 0.30 0.22 151.65 0.53 0.53
Hex 48 C7 8B 40 0 1E 16 98 35 35
Octal 110 307 213 100 0 36 26 230 65 65
Binary 1001000 11000111 10001011 1000000 0 11110 10110 10011000 110101 110101

Color Harmonies of #48C78B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48C78B

Black with #48C78B

Text Example


Text Example

White with #48C78B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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