Html Css Color HEX #48E46D Emerald

📋 copy color: '#48E46D'

red 72 ◦ green 228 ◦ blue 109

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

Shades of Emerald #48E46D

Tints of Emerald #48E46D

RGB

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

 GREEN value IS 228 (89.45% from 255) = 55.75%

 BLUE value IS 109 (42.97% from 255) = 26.65%

R = 17.6%
G = 55.75%
B = 26.65%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.52

 K value IS 0.11

RGB Variations

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

Color information

#48E46D (or 0x48E46D) is known color: Emerald. HEX triplet: 48, E4 and 6D. RGB value is (72,228,109). Sum of RGB (Red+Green+Blue) = 72+228+109=409 (54% of max value = 765). Red value is 72 (28.52% from 255 or 17.60% from 409); Green value is 228 (89.45% from 255 or 55.75% from 409); Blue value is 109 (42.97% from 255 or 26.65% from 409); Max value from RGB is 228 - color contains mainly: green. Hex color #48E46D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48E46D is #B71B92. Grayscale: #A8A8A8. Windows color (decimal): -12000147 or 7201864. OLE color: 7201864.

HSL color Cylindrical-coordinate representation of color #48E46D: hue angle of 134.23º degrees, saturation: 0.74, 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 #48E46D is Cyan = 0.68, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.11.

Color convert

RGB 72 228 109 -
CMYK 0.68 0 0.52 0.11
HSL 134.23º 0.74% 0.59% -
HSV(B) 134.23º 0.68% 0.89% -
XYZ 33.18 57.97 23.91 -
YUV 167.79 94.82 59.68 -
System Red Green Blue C M Y K H S L
Decimal 72 228 109 0.68 0 0.52 0.11 134.23 0.74 0.59
Hex 48 E4 6D 44 0 34 B 86 4A 3B
Octal 110 344 155 104 0 64 13 206 112 73
Binary 1001000 11100100 1101101 1000100 0 110100 1011 10000110 1001010 111011

Color Harmonies of #48E46D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48E46D

Black with #48E46D

Text Example


Text Example

White with #48E46D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,228,109); }

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

background-color css

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

 a { background-color: rgb(72,228,109); }

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

border-color css

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

 span { border-color: rgb(72,228,109); }

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