Html Css Color HEX #48E976 Emerald

📋 copy color: '#48E976'

red 72 ◦ green 233 ◦ blue 118

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

Shades of Emerald #48E976

Tints of Emerald #48E976

RGB

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

 GREEN value IS 233 (91.41% from 255) = 55.08%

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

R = 17.02%
G = 55.08%
B = 27.9%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.49

 K value IS 0.09

RGB Variations

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

Color information

#48E976 (or 0x48E976) is known color: Emerald. HEX triplet: 48, E9 and 76. RGB value is (72,233,118). Sum of RGB (Red+Green+Blue) = 72+233+118=423 (56% of max value = 765). Red value is 72 (28.52% from 255 or 17.02% from 423); Green value is 233 (91.41% from 255 or 55.08% from 423); Blue value is 118 (46.48% from 255 or 27.90% from 423); Max value from RGB is 233 - color contains mainly: green. Hex color #48E976 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #48E976 is #B71689. Grayscale: #ACACAC. Windows color (decimal): -11998858 or 7792968. OLE color: 7792968.

HSL color Cylindrical-coordinate representation of color #48E976: hue angle of 137.14º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #48E976 is Cyan = 0.69, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.09.

Color convert

RGB 72 233 118 -
CMYK 0.69 0 0.49 0.09
HSL 137.14º 0.79% 0.6% -
HSV(B) 137.14º 0.69% 0.91% -
XYZ 35.08 60.96 27.06 -
YUV 171.75 97.66 56.85 -
System Red Green Blue C M Y K H S L
Decimal 72 233 118 0.69 0 0.49 0.09 137.14 0.79 0.6
Hex 48 E9 76 45 0 31 9 89 4F 3C
Octal 110 351 166 105 0 61 11 211 117 74
Binary 1001000 11101001 1110110 1000101 0 110001 1001 10001001 1001111 111100

Color Harmonies of #48E976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48E976

Black with #48E976

Text Example


Text Example

White with #48E976

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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