#48F48E

Color #48F48E Emerald (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Emerald #48F48E

Tints of Emerald #48F48E

Color information

#48F48E (or 0x48F48E) is unknown color: approx Emerald. HEX triplet: 48, F4 and 8E. RGB value is (72,244,142). Sum of RGB (Red+Green+Blue) = 72+244+142=458 (60% of max value = 765). Red value is 72 (28.52% from 255 or 15.72% from 458); Green value is 244 (95.70% from 255 or 53.28% from 458); Blue value is 142 (55.86% from 255 or 31.00% from 458); Max value from RGB is 244 - color contains mainly: green. Hex color #48F48E is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #48F48E is #B70B71. Grayscale: #B5B5B5. Windows color (decimal): -11996018 or 9368648. OLE color: 9368648.

HSL color Cylindrical-coordinate representation of color #48F48E: hue angle of 144.42º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #48F48E is Cyan = 0.70, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.04.

Color convert

RGB72244142-
CMYK0.7000.420.04
HSL144.42º88.66%61.96%-
HSV(B)144.42º70.49%95.69%-
XYZ39.9168.0336.62-
YUV180.94106.0250.29-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 15.72%
GREEN value IS 244 (95.70% from 255) = 53.28%
BLUE value IS 142 (55.86% from 255) = 31.00%
R=15.72%
G=53.28%
B=31.00%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal722441420.7000.420.04144.4288.6661.96
Hex48F48E4602A490593e
Octal110364216106052422013176
Binary1001000111101001000111010001100101010100100100001011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48F48E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,244,142); }

 H1.HeaderClassName
 {
   color: #48F48E;
 }
 .AnyTagClassName
 {
   color: #48F48E;
 }
</style>
background-color css

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

 a { background-color: rgb(72,244,142); }

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

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

 span { border-color: rgb(72,244,142); }

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