#48E566

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

Shades of Emerald #48E566

Tints of Emerald #48E566

Color information

#48E566 (or 0x48E566) is unknown color: approx Emerald. HEX triplet: 48, E5 and 66. RGB value is (72,229,102). Sum of RGB (Red+Green+Blue) = 72+229+102=403 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.87% from 403); Green value is 229 (89.84% from 255 or 56.82% from 403); Blue value is 102 (40.23% from 255 or 25.31% from 403); Max value from RGB is 229 - color contains mainly: green. Hex color #48E566 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48E566 is #B71A99. Grayscale: #A7A7A7. Windows color (decimal): -11999898 or 6743368. OLE color: 6743368.

HSL color Cylindrical-coordinate representation of color #48E566: hue angle of 131.46º degrees, saturation: 0.75, 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 #48E566 is Cyan = 0.69, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.10.

Color convert

RGB72229102-
CMYK0.6900.550.10
HSL131.46º75.12%59.02%-
HSV(B)131.46º68.56%89.8%-
XYZ33.0958.3822.09-
YUV167.5890.9959.83-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 17.87%
GREEN value IS 229 (89.84% from 255) = 56.82%
BLUE value IS 102 (40.23% from 255) = 25.31%
R=17.87%
G=56.82%
B=25.31%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal722291020.6900.550.10131.4675.1259.02
Hex48E56645037A834b3b
Octal1103451461050671220311373
Binary1001000111001011100110100010101101111010100000111001011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48E566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,229,102); }

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

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

 a { background-color: rgb(72,229,102); }

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

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

 span { border-color: rgb(72,229,102); }

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