Html Css Color HEX #48E878 Emerald

📋 copy color: '#48E878'

red 72 ◦ green 232 ◦ blue 120

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

Shades of Emerald #48E878

Tints of Emerald #48E878

RGB

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

 GREEN value IS 232 (91.02% from 255) = 54.72%

 BLUE value IS 120 (47.27% from 255) = 28.3%

R = 16.98%
G = 54.72%
B = 28.3%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.48

 K value IS 0.09

RGB Variations

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

Color information

#48E878 (or 0x48E878) is known color: Emerald. HEX triplet: 48, E8 and 78. RGB value is (72,232,120). Sum of RGB (Red+Green+Blue) = 72+232+120=424 (56% of max value = 765). Red value is 72 (28.52% from 255 or 16.98% from 424); Green value is 232 (91.02% from 255 or 54.72% from 424); Blue value is 120 (47.27% from 255 or 28.30% from 424); Max value from RGB is 232 - color contains mainly: green. Hex color #48E878 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #48E878 is #B71787. Grayscale: #ABABAB. Windows color (decimal): -11999112 or 7923784. OLE color: 7923784.

HSL color Cylindrical-coordinate representation of color #48E878: hue angle of 138º degrees, saturation: 0.78, 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 #48E878 is Cyan = 0.69, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.09.

Color convert

RGB 72 232 120 -
CMYK 0.69 0 0.48 0.09
HSL 138º 0.78% 0.6% -
HSV(B) 138º 0.69% 0.91% -
XYZ 34.92 60.45 27.6 -
YUV 171.39 98.99 57.11 -
System Red Green Blue C M Y K H S L
Decimal 72 232 120 0.69 0 0.48 0.09 138 0.78 0.6
Hex 48 E8 78 45 0 30 9 8A 4E 3C
Octal 110 350 170 105 0 60 11 212 116 74
Binary 1001000 11101000 1111000 1000101 0 110000 1001 10001010 1001110 111100

Color Harmonies of #48E878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48E878

Black with #48E878

Text Example


Text Example

White with #48E878

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,232,120); }

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

background-color css

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

 a { background-color: rgb(72,232,120); }

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

border-color css

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

 span { border-color: rgb(72,232,120); }

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