#48E567

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

Shades of Emerald #48E567

Tints of Emerald #48E567

Color information

#48E567 (or 0x48E567) is unknown color: approx Emerald. HEX triplet: 48, E5 and 67. RGB value is (72,229,103). Sum of RGB (Red+Green+Blue) = 72+229+103=404 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.82% from 404); Green value is 229 (89.84% from 255 or 56.68% from 404); Blue value is 103 (40.62% from 255 or 25.50% from 404); Max value from RGB is 229 - color contains mainly: green. Hex color #48E567 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48E567 is #B71A98. Grayscale: #A8A8A8. Windows color (decimal): -11999897 or 6808904. OLE color: 6808904.

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

Color convert

RGB72229103-
CMYK0.6900.550.10
HSL131.85º75.12%59.02%-
HSV(B)131.85º68.56%89.8%-
XYZ33.1458.422.36-
YUV167.6991.4959.75-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 17.82%
GREEN value IS 229 (89.84% from 255) = 56.68%
BLUE value IS 103 (40.62% from 255) = 25.50%
R=17.82%
G=56.68%
B=25.50%

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
Decimal722291030.6900.550.10131.8575.1259.02
Hex48E56745037A844b3b
Octal1103451471050671220411373
Binary1001000111001011100111100010101101111010100001001001011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48E567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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