Html Css Color HEX #48E868 Emerald

📋 copy color: '#48E868'

red 72 ◦ green 232 ◦ blue 104

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

Shades of Emerald #48E868

Tints of Emerald #48E868

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 25.49%

R = 17.65%
G = 56.86%
B = 25.49%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.55

 K value IS 0.09

RGB Variations

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

Color information

#48E868 (or 0x48E868) is known color: Emerald. HEX triplet: 48, E8 and 68. RGB value is (72,232,104). Sum of RGB (Red+Green+Blue) = 72+232+104=408 (54% of max value = 765). Red value is 72 (28.52% from 255 or 17.65% from 408); Green value is 232 (91.02% from 255 or 56.86% from 408); Blue value is 104 (41.02% from 255 or 25.49% from 408); Max value from RGB is 232 - color contains mainly: green. Hex color #48E868 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #48E868 is #B71797. Grayscale: #A9A9A9. Windows color (decimal): -11999128 or 6875208. OLE color: 6875208.

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

Color convert

RGB 72 232 104 -
CMYK 0.69 0 0.55 0.09
HSL 132º 0.78% 0.6% -
HSV(B) 132º 0.69% 0.91% -
XYZ 34.03 60.09 22.9 -
YUV 169.57 90.99 58.41 -
System Red Green Blue C M Y K H S L
Decimal 72 232 104 0.69 0 0.55 0.09 132 0.78 0.6
Hex 48 E8 68 45 0 37 9 84 4E 3C
Octal 110 350 150 105 0 67 11 204 116 74
Binary 1001000 11101000 1101000 1000101 0 110111 1001 10000100 1001110 111100

Color Harmonies of #48E868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48E868

Black with #48E868

Text Example


Text Example

White with #48E868

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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