Html Css Color HEX #48C381 Emerald

📋 copy color: '#48C381'

red 72 ◦ green 195 ◦ blue 129

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

Shades of Emerald #48C381

Tints of Emerald #48C381

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 32.58%

R = 18.18%
G = 49.24%
B = 32.58%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#48C381 (or 0x48C381) is known color: Emerald. HEX triplet: 48, C3 and 81. RGB value is (72,195,129). Sum of RGB (Red+Green+Blue) = 72+195+129=396 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.18% from 396); Green value is 195 (76.56% from 255 or 49.24% from 396); Blue value is 129 (50.78% from 255 or 32.58% from 396); Max value from RGB is 195 - color contains mainly: green. Hex color #48C381 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48C381 is #B73C7E. Grayscale: #969696. Windows color (decimal): -12008575 or 8504136. OLE color: 8504136.

HSL color Cylindrical-coordinate representation of color #48C381: hue angle of 147.8º 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 #48C381 is Cyan = 0.63, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.24.

Color convert

RGB 72 195 129 -
CMYK 0.63 0 0.34 0.24
HSL 147.8º 0.51% 0.52% -
HSV(B) 147.8º 0.63% 0.76% -
XYZ 26.15 41.99 27.5 -
YUV 150.7 115.75 71.87 -
System Red Green Blue C M Y K H S L
Decimal 72 195 129 0.63 0 0.34 0.24 147.8 0.51 0.52
Hex 48 C3 81 3F 0 22 18 94 33 34
Octal 110 303 201 77 0 42 30 224 63 64
Binary 1001000 11000011 10000001 111111 0 100010 11000 10010100 110011 110100

Color Harmonies of #48C381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48C381

Black with #48C381

Text Example


Text Example

White with #48C381

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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