Html Css Color HEX #48BE74 Emerald

📋 copy color: '#48BE74'

red 72 ◦ green 190 ◦ blue 116

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

Shades of Emerald #48BE74

Tints of Emerald #48BE74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 30.69%

R = 19.05%
G = 50.26%
B = 30.69%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#48BE74 (or 0x48BE74) is known color: Emerald. HEX triplet: 48, BE and 74. RGB value is (72,190,116). Sum of RGB (Red+Green+Blue) = 72+190+116=378 (50% of max value = 765). Red value is 72 (28.52% from 255 or 19.05% from 378); Green value is 190 (74.61% from 255 or 50.26% from 378); Blue value is 116 (45.70% from 255 or 30.69% from 378); Max value from RGB is 190 - color contains mainly: green. Hex color #48BE74 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48BE74 is #B7418B. Grayscale: #929292. Windows color (decimal): -12009868 or 7650888. OLE color: 7650888.

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

Color convert

RGB 72 190 116 -
CMYK 0.62 0 0.39 0.25
HSL 142.37º 0.48% 0.51% -
HSV(B) 142.37º 0.62% 0.75% -
XYZ 24.24 39.47 22.86 -
YUV 146.28 110.91 75.02 -
System Red Green Blue C M Y K H S L
Decimal 72 190 116 0.62 0 0.39 0.25 142.37 0.48 0.51
Hex 48 BE 74 3E 0 27 19 8E 30 33
Octal 110 276 164 76 0 47 31 216 60 63
Binary 1001000 10111110 1110100 111110 0 100111 11001 10001110 110000 110011

Color Harmonies of #48BE74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48BE74

Black with #48BE74

Text Example


Text Example

White with #48BE74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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