#48CC59

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

Shades of Emerald #48CC59

Tints of Emerald #48CC59

Color information

#48CC59 (or 0x48CC59) is unknown color: approx Emerald. HEX triplet: 48, CC and 59. RGB value is (72,204,89). Sum of RGB (Red+Green+Blue) = 72+204+89=365 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.73% from 365); Green value is 204 (80.08% from 255 or 55.89% from 365); Blue value is 89 (35.16% from 255 or 24.38% from 365); Max value from RGB is 204 - color contains mainly: green. Hex color #48CC59 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48CC59 is #B733A6. Grayscale: #979797. Windows color (decimal): -12006311 or 5885000. OLE color: 5885000.

HSL color Cylindrical-coordinate representation of color #48CC59: hue angle of 127.73º degrees, saturation: 0.56, 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 #48CC59 is Cyan = 0.65, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.2.

Color convert

RGB7220489-
CMYK0.6500.560.2
HSL127.73º56.41%54.12%-
HSV(B)127.73º64.71%80%-
XYZ26.0745.2816.82-
YUV151.4292.7771.35-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.73%
GREEN value IS 204 (80.08% from 255) = 55.89%
BLUE value IS 89 (35.16% from 255) = 24.38%
R=19.73%
G=55.89%
B=24.38%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal72204890.6500.560.2127.7356.4154.12
Hex48CC594103814803836
Octal110314131101070242007066
Binary1001000110011001011001100000101110001010010000000111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48CC59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,204,89); }

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

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

 a { background-color: rgb(72,204,89); }

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

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

 span { border-color: rgb(72,204,89); }

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