#48E66B

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

Shades of Emerald #48E66B

Tints of Emerald #48E66B

Color information

#48E66B (or 0x48E66B) is unknown color: approx Emerald. HEX triplet: 48, E6 and 6B. RGB value is (72,230,107). Sum of RGB (Red+Green+Blue) = 72+230+107=409 (54% of max value = 765). Red value is 72 (28.52% from 255 or 17.60% from 409); Green value is 230 (90.23% from 255 or 56.23% from 409); Blue value is 107 (42.19% from 255 or 26.16% from 409); Max value from RGB is 230 - color contains mainly: green. Hex color #48E66B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #48E66B is #B71994. Grayscale: #A9A9A9. Windows color (decimal): -11999637 or 7071304. OLE color: 7071304.

HSL color Cylindrical-coordinate representation of color #48E66B: hue angle of 133.29º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #48E66B is Cyan = 0.69, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.10.

Color convert

RGB72230107-
CMYK0.6900.530.10
HSL133.29º75.96%59.22%-
HSV(B)133.29º68.7%90.2%-
XYZ33.6259.0323.53-
YUV168.7493.1559-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 17.60%
GREEN value IS 230 (90.23% from 255) = 56.23%
BLUE value IS 107 (42.19% from 255) = 26.16%
R=17.60%
G=56.23%
B=26.16%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal722301070.6900.530.10133.2975.9659.22
Hex48E66B45035A854c3b
Octal1103461531050651220511473
Binary1001000111001101101011100010101101011010100001011001100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48E66B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,230,107); }

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

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

 a { background-color: rgb(72,230,107); }

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

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

 span { border-color: rgb(72,230,107); }

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