#48ED6F

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

Shades of Emerald #48ED6F

Tints of Emerald #48ED6F

Color information

#48ED6F (or 0x48ED6F) is unknown color: approx Emerald. HEX triplet: 48, ED and 6F. RGB value is (72,237,111). Sum of RGB (Red+Green+Blue) = 72+237+111=420 (55% of max value = 765). Red value is 72 (28.52% from 255 or 17.14% from 420); Green value is 237 (92.97% from 255 or 56.43% from 420); Blue value is 111 (43.75% from 255 or 26.43% from 420); Max value from RGB is 237 - color contains mainly: green. Hex color #48ED6F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #48ED6F is #B71290. Grayscale: #ADADAD. Windows color (decimal): -11997841 or 7335240. OLE color: 7335240.

HSL color Cylindrical-coordinate representation of color #48ED6F: hue angle of 134.18º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #48ED6F is Cyan = 0.70, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.07.

Color convert

RGB72237111-
CMYK0.7000.530.07
HSL134.18º82.09%60.59%-
HSV(B)134.18º69.62%92.94%-
XYZ35.8363.0925.33-
YUV173.392.8455.75-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 17.14%
GREEN value IS 237 (92.97% from 255) = 56.43%
BLUE value IS 111 (43.75% from 255) = 26.43%
R=17.14%
G=56.43%
B=26.43%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal722371110.7000.530.07134.1882.0960.59
Hex48ED6F46035786523d
Octal110355157106065720612275
Binary100100011101101110111110001100110101111100001101010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48ED6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,237,111); }

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

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

 a { background-color: rgb(72,237,111); }

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

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

 span { border-color: rgb(72,237,111); }

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