#48C868

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

Shades of Emerald #48C868

Tints of Emerald #48C868

Color information

#48C868 (or 0x48C868) is unknown color: approx Emerald. HEX triplet: 48, C8 and 68. RGB value is (72,200,104). Sum of RGB (Red+Green+Blue) = 72+200+104=376 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.15% from 376); Green value is 200 (78.52% from 255 or 53.19% from 376); Blue value is 104 (41.02% from 255 or 27.66% from 376); Max value from RGB is 200 - color contains mainly: green. Hex color #48C868 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48C868 is #B73797. Grayscale: #979797. Windows color (decimal): -12007320 or 6867016. OLE color: 6867016.

HSL color Cylindrical-coordinate representation of color #48C868: hue angle of 135º 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 #48C868 is Cyan = 0.64, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.22.

Color convert

RGB72200104-
CMYK0.6400.480.22
HSL135º53.78%53.33%-
HSV(B)135º64%78.43%-
XYZ25.8343.6920.17-
YUV150.78101.5971.81-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.15%
GREEN value IS 200 (78.52% from 255) = 53.19%
BLUE value IS 104 (41.02% from 255) = 27.66%
R=19.15%
G=53.19%
B=27.66%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal722001040.6400.480.2213553.7853.33
Hex48C8684003016873635
Octal110310150100060262076665
Binary1001000110010001101000100000001100001011010000111110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48C868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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