Html Css Color HEX #48BC71 Emerald

📋 copy color: '#48BC71'

red 72 ◦ green 188 ◦ blue 113

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

Shades of Emerald #48BC71

Tints of Emerald #48BC71

RGB

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

 GREEN value IS 188 (73.83% from 255) = 50.4%

 BLUE value IS 113 (44.53% from 255) = 30.29%

R = 19.3%
G = 50.4%
B = 30.29%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#48BC71 (or 0x48BC71) is known color: Emerald. HEX triplet: 48, BC and 71. RGB value is (72,188,113). Sum of RGB (Red+Green+Blue) = 72+188+113=373 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.30% from 373); Green value is 188 (73.83% from 255 or 50.40% from 373); Blue value is 113 (44.53% from 255 or 30.29% from 373); Max value from RGB is 188 - color contains mainly: green. Hex color #48BC71 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48BC71 is #B7438E. Grayscale: #909090. Windows color (decimal): -12010383 or 7453768. OLE color: 7453768.

HSL color Cylindrical-coordinate representation of color #48BC71: hue angle of 141.21º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #48BC71 is Cyan = 0.62, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.26.

Color convert

RGB 72 188 113 -
CMYK 0.62 0 0.40 0.26
HSL 141.21º 0.46% 0.51% -
HSV(B) 141.21º 0.62% 0.74% -
XYZ 23.64 38.54 21.82 -
YUV 144.77 110.07 76.1 -
System Red Green Blue C M Y K H S L
Decimal 72 188 113 0.62 0 0.40 0.26 141.21 0.46 0.51
Hex 48 BC 71 3E 0 28 1A 8D 2E 33
Octal 110 274 161 76 0 50 32 215 56 63
Binary 1001000 10111100 1110001 111110 0 101000 11010 10001101 101110 110011

Color Harmonies of #48BC71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48BC71

Black with #48BC71

Text Example


Text Example

White with #48BC71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,188,113); }

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

background-color css

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

 a { background-color: rgb(72,188,113); }

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

border-color css

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

 span { border-color: rgb(72,188,113); }

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