Html Css Color HEX #48BD76 Emerald

📋 copy color: '#48BD76'

red 72 ◦ green 189 ◦ blue 118

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

Shades of Emerald #48BD76

Tints of Emerald #48BD76

RGB

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

 GREEN value IS 189 (74.22% from 255) = 49.87%

 BLUE value IS 118 (46.48% from 255) = 31.13%

R = 19%
G = 49.87%
B = 31.13%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.38

 K value IS 0.26

RGB Variations

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

Color information

#48BD76 (or 0x48BD76) is known color: Emerald. HEX triplet: 48, BD and 76. RGB value is (72,189,118). Sum of RGB (Red+Green+Blue) = 72+189+118=379 (50% of max value = 765). Red value is 72 (28.52% from 255 or 19.00% from 379); Green value is 189 (74.22% from 255 or 49.87% from 379); Blue value is 118 (46.48% from 255 or 31.13% from 379); Max value from RGB is 189 - color contains mainly: green. Hex color #48BD76 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48BD76 is #B74289. Grayscale: #929292. Windows color (decimal): -12010122 or 7781704. OLE color: 7781704.

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

Color convert

RGB 72 189 118 -
CMYK 0.62 0 0.38 0.26
HSL 143.59º 0.47% 0.51% -
HSV(B) 143.59º 0.62% 0.74% -
XYZ 24.14 39.08 23.41 -
YUV 145.92 112.24 75.27 -
System Red Green Blue C M Y K H S L
Decimal 72 189 118 0.62 0 0.38 0.26 143.59 0.47 0.51
Hex 48 BD 76 3E 0 26 1A 90 2F 33
Octal 110 275 166 76 0 46 32 220 57 63
Binary 1001000 10111101 1110110 111110 0 100110 11010 10010000 101111 110011

Color Harmonies of #48BD76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48BD76

Black with #48BD76

Text Example


Text Example

White with #48BD76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,189,118); }

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

background-color css

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

 a { background-color: rgb(72,189,118); }

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

border-color css

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

 span { border-color: rgb(72,189,118); }

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