#48cd58

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

Shades of Emerald #48CD58

Tints of Emerald #48CD58

Color information

#48CD58 (or 0x48CD58) is unknown color: approx Emerald. HEX triplet: 48, CD and 58. RGB value is (72,205,88). Sum of RGB (Red+Green+Blue) = 72+205+88=365 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.73% from 365); Green value is 205 (80.47% from 255 or 56.16% from 365); Blue value is 88 (34.77% from 255 or 24.11% from 365); Max value from RGB is 205 - color contains mainly: green. Hex color #48CD58 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48CD58 is #B732A7. Grayscale: #989898. Windows color (decimal): -12006056 or 5819720. OLE color: 5819720.

HSL color Cylindrical-coordinate representation of color #48CD58: hue angle of 127.22º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #48CD58 is Cyan = 0.65, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.20.

Color convert

RGB7220588-
CMYK0.6500.570.20
HSL127.22º57.08%54.31%-
HSV(B)127.22º64.88%80.39%-
XYZ26.2745.7416.68-
YUV151.991.9471.01-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.73%
GREEN value IS 205 (80.47% from 255) = 56.16%
BLUE value IS 88 (34.77% from 255) = 24.11%
R=19.73%
G=56.16%
B=24.11%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal72205880.6500.570.20127.2257.0854.31
Hex48CD5841039147f3936
Octal110315130101071241777166
Binary100100011001101101100010000010111001101001111111111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48cd58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,205,88); }

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

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

 a { background-color: rgb(72,205,88); }

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

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

 span { border-color: rgb(72,205,88); }

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