Html Css Color HEX #48E679 Emerald

📋 copy color: '#48E679'

red 72 ◦ green 230 ◦ blue 121

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

Shades of Emerald #48E679

Tints of Emerald #48E679

RGB

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

 GREEN value IS 230 (90.23% from 255) = 54.37%

 BLUE value IS 121 (47.66% from 255) = 28.61%

R = 17.02%
G = 54.37%
B = 28.61%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.47

 K value IS 0.10

RGB Variations

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

Color information

#48E679 (or 0x48E679) is known color: Emerald. HEX triplet: 48, E6 and 79. RGB value is (72,230,121). Sum of RGB (Red+Green+Blue) = 72+230+121=423 (56% of max value = 765). Red value is 72 (28.52% from 255 or 17.02% from 423); Green value is 230 (90.23% from 255 or 54.37% from 423); Blue value is 121 (47.66% from 255 or 28.61% from 423); Max value from RGB is 230 - color contains mainly: green. Hex color #48E679 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #48E679 is #B71986. Grayscale: #AAAAAA. Windows color (decimal): -11999623 or 7988808. OLE color: 7988808.

HSL color Cylindrical-coordinate representation of color #48E679: hue angle of 138.61º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #48E679 is Cyan = 0.69, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.10.

Color convert

RGB 72 230 121 -
CMYK 0.69 0 0.47 0.10
HSL 138.61º 0.76% 0.59% -
HSV(B) 138.61º 0.69% 0.9% -
XYZ 34.42 59.35 27.73 -
YUV 170.33 100.15 57.86 -
System Red Green Blue C M Y K H S L
Decimal 72 230 121 0.69 0 0.47 0.10 138.61 0.76 0.59
Hex 48 E6 79 45 0 2F A 8B 4C 3B
Octal 110 346 171 105 0 57 12 213 114 73
Binary 1001000 11100110 1111001 1000101 0 101111 1010 10001011 1001100 111011

Color Harmonies of #48E679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48E679

Black with #48E679

Text Example


Text Example

White with #48E679

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,230,121); }

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

background-color css

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

 a { background-color: rgb(72,230,121); }

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

border-color css

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

 span { border-color: rgb(72,230,121); }

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