#48C858

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

Shades of Emerald #48C858

Tints of Emerald #48C858

Color information

#48C858 (or 0x48C858) is unknown color: approx Emerald. HEX triplet: 48, C8 and 58. RGB value is (72,200,88). Sum of RGB (Red+Green+Blue) = 72+200+88=360 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20% from 360); Green value is 200 (78.52% from 255 or 55.56% from 360); Blue value is 88 (34.77% from 255 or 24.44% from 360); Max value from RGB is 200 - color contains mainly: green. Hex color #48C858 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48C858 is #B737A7. Grayscale: #959595. Windows color (decimal): -12007336 or 5818440. OLE color: 5818440.

HSL color Cylindrical-coordinate representation of color #48C858: hue angle of 127.5º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #48C858 is Cyan = 0.64, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.22.

Color convert

RGB7220088-
CMYK0.6400.560.22
HSL127.5º53.78%53.33%-
HSV(B)127.5º64%78.43%-
XYZ25.0943.3916.29-
YUV148.9693.5973.11-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20%
GREEN value IS 200 (78.52% from 255) = 55.56%
BLUE value IS 88 (34.77% from 255) = 24.44%
R=20%
G=55.56%
B=24.44%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal72200880.6400.560.22127.553.7853.33
Hex48C8584003816803635
Octal110310130100070262006665
Binary1001000110010001011000100000001110001011010000000110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48C858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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