Html Css Color HEX #48BC77 Emerald

📋 copy color: '#48BC77'

red 72 ◦ green 188 ◦ blue 119

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

Shades of Emerald #48BC77

Tints of Emerald #48BC77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 31.4%

R = 19%
G = 49.6%
B = 31.4%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.37

 K value IS 0.26

RGB Variations

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

Color information

#48BC77 (or 0x48BC77) is known color: Emerald. HEX triplet: 48, BC and 77. RGB value is (72,188,119). Sum of RGB (Red+Green+Blue) = 72+188+119=379 (50% of max value = 765). Red value is 72 (28.52% from 255 or 19.00% from 379); Green value is 188 (73.83% from 255 or 49.60% from 379); Blue value is 119 (46.88% from 255 or 31.40% from 379); Max value from RGB is 188 - color contains mainly: green. Hex color #48BC77 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48BC77 is #B74388. Grayscale: #919191. Windows color (decimal): -12010377 or 7846984. OLE color: 7846984.

HSL color Cylindrical-coordinate representation of color #48BC77: hue angle of 144.31º 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 #48BC77 is Cyan = 0.62, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.26.

Color convert

RGB 72 188 119 -
CMYK 0.62 0 0.37 0.26
HSL 144.31º 0.46% 0.51% -
HSV(B) 144.31º 0.62% 0.74% -
XYZ 23.99 38.68 23.65 -
YUV 145.45 113.07 75.61 -
System Red Green Blue C M Y K H S L
Decimal 72 188 119 0.62 0 0.37 0.26 144.31 0.46 0.51
Hex 48 BC 77 3E 0 25 1A 90 2E 33
Octal 110 274 167 76 0 45 32 220 56 63
Binary 1001000 10111100 1110111 111110 0 100101 11010 10010000 101110 110011

Color Harmonies of #48BC77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48BC77

Black with #48BC77

Text Example


Text Example

White with #48BC77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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