Html Css Color HEX #48E368 Emerald

📋 copy color: '#48E368'

red 72 ◦ green 227 ◦ blue 104

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

Shades of Emerald #48E368

Tints of Emerald #48E368

RGB

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

 GREEN value IS 227 (89.06% from 255) = 56.33%

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

R = 17.87%
G = 56.33%
B = 25.81%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.54

 K value IS 0.11

RGB Variations

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

Color information

#48E368 (or 0x48E368) is known color: Emerald. HEX triplet: 48, E3 and 68. RGB value is (72,227,104). Sum of RGB (Red+Green+Blue) = 72+227+104=403 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.87% from 403); Green value is 227 (89.06% from 255 or 56.33% from 403); Blue value is 104 (41.02% from 255 or 25.81% from 403); Max value from RGB is 227 - color contains mainly: green. Hex color #48E368 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48E368 is #B71C97. Grayscale: #A6A6A6. Windows color (decimal): -12000408 or 6873928. OLE color: 6873928.

HSL color Cylindrical-coordinate representation of color #48E368: hue angle of 132.39º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #48E368 is Cyan = 0.68, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.11.

Color convert

RGB 72 227 104 -
CMYK 0.68 0 0.54 0.11
HSL 132.39º 0.73% 0.59% -
HSV(B) 132.39º 0.68% 0.89% -
XYZ 32.64 57.32 22.44 -
YUV 166.63 92.65 60.5 -
System Red Green Blue C M Y K H S L
Decimal 72 227 104 0.68 0 0.54 0.11 132.39 0.73 0.59
Hex 48 E3 68 44 0 36 B 84 49 3B
Octal 110 343 150 104 0 66 13 204 111 73
Binary 1001000 11100011 1101000 1000100 0 110110 1011 10000100 1001001 111011

Color Harmonies of #48E368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48E368

Black with #48E368

Text Example


Text Example

White with #48E368

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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