#48EA6E

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

Shades of Emerald #48EA6E

Tints of Emerald #48EA6E

Color information

#48EA6E (or 0x48EA6E) is unknown color: approx Emerald. HEX triplet: 48, EA and 6E. RGB value is (72,234,110). Sum of RGB (Red+Green+Blue) = 72+234+110=416 (55% of max value = 765). Red value is 72 (28.52% from 255 or 17.31% from 416); Green value is 234 (91.80% from 255 or 56.25% from 416); Blue value is 110 (43.36% from 255 or 26.44% from 416); Max value from RGB is 234 - color contains mainly: green. Hex color #48EA6E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #48EA6E is #B71591. Grayscale: #ABABAB. Windows color (decimal): -11998610 or 7268936. OLE color: 7268936.

HSL color Cylindrical-coordinate representation of color #48EA6E: hue angle of 134.07º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #48EA6E is Cyan = 0.69, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.08.

Color convert

RGB72234110-
CMYK0.6900.530.08
HSL134.07º79.41%60%-
HSV(B)134.07º69.23%91.76%-
XYZ34.9161.3524.75-
YUV171.4393.3357.08-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 17.31%
GREEN value IS 234 (91.80% from 255) = 56.25%
BLUE value IS 110 (43.36% from 255) = 26.44%
R=17.31%
G=56.25%
B=26.44%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal722341100.6900.530.08134.0779.4160
Hex48EA6E450358864f3c
Octal1103521561050651020611774
Binary1001000111010101101110100010101101011000100001101001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48EA6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,234,110); }

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

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

 a { background-color: rgb(72,234,110); }

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

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

 span { border-color: rgb(72,234,110); }

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