#48CC68

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

Shades of Emerald #48CC68

Tints of Emerald #48CC68

Color information

#48CC68 (or 0x48CC68) is unknown color: approx Emerald. HEX triplet: 48, CC and 68. RGB value is (72,204,104). Sum of RGB (Red+Green+Blue) = 72+204+104=380 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.95% from 380); Green value is 204 (80.08% from 255 or 53.68% from 380); Blue value is 104 (41.02% from 255 or 27.37% from 380); Max value from RGB is 204 - color contains mainly: green. Hex color #48CC68 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48CC68 is #B73397. Grayscale: #999999. Windows color (decimal): -12006296 or 6868040. OLE color: 6868040.

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

Color convert

RGB72204104-
CMYK0.6500.490.2
HSL134.55º56.41%54.12%-
HSV(B)134.55º64.71%80%-
XYZ26.7645.5620.48-
YUV153.13100.2770.13-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 18.95%
GREEN value IS 204 (80.08% from 255) = 53.68%
BLUE value IS 104 (41.02% from 255) = 27.37%
R=18.95%
G=53.68%
B=27.37%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal722041040.6500.490.2134.5556.4154.12
Hex48CC684103114873836
Octal110314150101061242077066
Binary1001000110011001101000100000101100011010010000111111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48CC68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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