Html Css Color HEX #48BE7D Emerald

📋 copy color: '#48BE7D'

red 72 ◦ green 190 ◦ blue 125

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

Shades of Emerald #48BE7D

Tints of Emerald #48BE7D

RGB

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

 GREEN value IS 190 (74.61% from 255) = 49.1%

 BLUE value IS 125 (49.22% from 255) = 32.3%

R = 18.6%
G = 49.1%
B = 32.3%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#48BE7D (or 0x48BE7D) is known color: Emerald. HEX triplet: 48, BE and 7D. RGB value is (72,190,125). Sum of RGB (Red+Green+Blue) = 72+190+125=387 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.60% from 387); Green value is 190 (74.61% from 255 or 49.10% from 387); Blue value is 125 (49.22% from 255 or 32.30% from 387); Max value from RGB is 190 - color contains mainly: green. Hex color #48BE7D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48BE7D is #B74182. Grayscale: #939393. Windows color (decimal): -12009859 or 8240712. OLE color: 8240712.

HSL color Cylindrical-coordinate representation of color #48BE7D: hue angle of 146.95º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #48BE7D is Cyan = 0.62, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB 72 190 125 -
CMYK 0.62 0 0.34 0.25
HSL 146.95º 0.48% 0.51% -
HSV(B) 146.95º 0.62% 0.75% -
XYZ 24.79 39.69 25.76 -
YUV 147.31 115.41 74.29 -
System Red Green Blue C M Y K H S L
Decimal 72 190 125 0.62 0 0.34 0.25 146.95 0.48 0.51
Hex 48 BE 7D 3E 0 22 19 93 30 33
Octal 110 276 175 76 0 42 31 223 60 63
Binary 1001000 10111110 1111101 111110 0 100010 11001 10010011 110000 110011

Color Harmonies of #48BE7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48BE7D

Black with #48BE7D

Text Example


Text Example

White with #48BE7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,190,125); }

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

background-color css

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

 a { background-color: rgb(72,190,125); }

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

border-color css

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

 span { border-color: rgb(72,190,125); }

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