Html Css Color HEX #48BE5E Emerald

📋 copy color: '#48BE5E'

red 72 ◦ green 190 ◦ blue 94

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

Shades of Emerald #48BE5E

Tints of Emerald #48BE5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 26.4%

R = 20.22%
G = 53.37%
B = 26.4%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#48BE5E (or 0x48BE5E) is known color: Emerald. HEX triplet: 48, BE and 5E. RGB value is (72,190,94). Sum of RGB (Red+Green+Blue) = 72+190+94=356 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.22% from 356); Green value is 190 (74.61% from 255 or 53.37% from 356); Blue value is 94 (37.11% from 255 or 26.40% from 356); Max value from RGB is 190 - color contains mainly: green. Hex color #48BE5E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48BE5E is #B741A1. Grayscale: #909090. Windows color (decimal): -12009890 or 6209096. OLE color: 6209096.

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

Color convert

RGB 72 190 94 -
CMYK 0.62 0 0.51 0.25
HSL 131.19º 0.48% 0.51% -
HSV(B) 131.19º 0.62% 0.75% -
XYZ 23.11 39.01 16.9 -
YUV 143.77 99.91 76.81 -
System Red Green Blue C M Y K H S L
Decimal 72 190 94 0.62 0 0.51 0.25 131.19 0.48 0.51
Hex 48 BE 5E 3E 0 33 19 83 30 33
Octal 110 276 136 76 0 63 31 203 60 63
Binary 1001000 10111110 1011110 111110 0 110011 11001 10000011 110000 110011

Color Harmonies of #48BE5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48BE5E

Black with #48BE5E

Text Example


Text Example

White with #48BE5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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