Html Css Color HEX #48E072 Emerald

📋 copy color: '#48E072'

red 72 ◦ green 224 ◦ blue 114

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

Shades of Emerald #48E072

Tints of Emerald #48E072

RGB

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

 GREEN value IS 224 (87.89% from 255) = 54.63%

 BLUE value IS 114 (44.92% from 255) = 27.8%

R = 17.56%
G = 54.63%
B = 27.8%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.49

 K value IS 0.12

RGB Variations

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

Color information

#48E072 (or 0x48E072) is known color: Emerald. HEX triplet: 48, E0 and 72. RGB value is (72,224,114). Sum of RGB (Red+Green+Blue) = 72+224+114=410 (54% of max value = 765). Red value is 72 (28.52% from 255 or 17.56% from 410); Green value is 224 (87.89% from 255 or 54.63% from 410); Blue value is 114 (44.92% from 255 or 27.80% from 410); Max value from RGB is 224 - color contains mainly: green. Hex color #48E072 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48E072 is #B71F8D. Grayscale: #A6A6A6. Windows color (decimal): -12001166 or 7528520. OLE color: 7528520.

HSL color Cylindrical-coordinate representation of color #48E072: hue angle of 136.58º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #48E072 is Cyan = 0.68, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.12.

Color convert

RGB 72 224 114 -
CMYK 0.68 0 0.49 0.12
HSL 136.58º 0.71% 0.58% -
HSV(B) 136.58º 0.68% 0.88% -
XYZ 32.37 55.9 25 -
YUV 166.01 98.64 60.94 -
System Red Green Blue C M Y K H S L
Decimal 72 224 114 0.68 0 0.49 0.12 136.58 0.71 0.58
Hex 48 E0 72 44 0 31 C 89 47 3A
Octal 110 340 162 104 0 61 14 211 107 72
Binary 1001000 11100000 1110010 1000100 0 110001 1100 10001001 1000111 111010

Color Harmonies of #48E072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48E072

Black with #48E072

Text Example


Text Example

White with #48E072

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,224,114); }

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

background-color css

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

 a { background-color: rgb(72,224,114); }

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

border-color css

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

 span { border-color: rgb(72,224,114); }

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