Html Css Color HEX #48C388 Emerald

📋 copy color: '#48C388'

red 72 ◦ green 195 ◦ blue 136

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

Shades of Emerald #48C388

Tints of Emerald #48C388

RGB

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

 GREEN value IS 195 (76.56% from 255) = 48.39%

 BLUE value IS 136 (53.52% from 255) = 33.75%

R = 17.87%
G = 48.39%
B = 33.75%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.30

 K value IS 0.24

RGB Variations

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

Color information

#48C388 (or 0x48C388) is known color: Emerald. HEX triplet: 48, C3 and 88. RGB value is (72,195,136). Sum of RGB (Red+Green+Blue) = 72+195+136=403 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.87% from 403); Green value is 195 (76.56% from 255 or 48.39% from 403); Blue value is 136 (53.52% from 255 or 33.75% from 403); Max value from RGB is 195 - color contains mainly: green. Hex color #48C388 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48C388 is #B73C77. Grayscale: #979797. Windows color (decimal): -12008568 or 8962888. OLE color: 8962888.

HSL color Cylindrical-coordinate representation of color #48C388: hue angle of 151.22º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #48C388 is Cyan = 0.63, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.24.

Color convert

RGB 72 195 136 -
CMYK 0.63 0 0.30 0.24
HSL 151.22º 0.51% 0.52% -
HSV(B) 151.22º 0.63% 0.76% -
XYZ 26.63 42.19 30.03 -
YUV 151.5 119.25 71.3 -
System Red Green Blue C M Y K H S L
Decimal 72 195 136 0.63 0 0.30 0.24 151.22 0.51 0.52
Hex 48 C3 88 3F 0 1E 18 97 33 34
Octal 110 303 210 77 0 36 30 227 63 64
Binary 1001000 11000011 10001000 111111 0 11110 11000 10010111 110011 110100

Color Harmonies of #48C388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48C388

Black with #48C388

Text Example


Text Example

White with #48C388

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,195,136); }

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

background-color css

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

 a { background-color: rgb(72,195,136); }

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

border-color css

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

 span { border-color: rgb(72,195,136); }

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