#48CA5D

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

Shades of Emerald #48CA5D

Tints of Emerald #48CA5D

Color information

#48CA5D (or 0x48CA5D) is unknown color: approx Emerald. HEX triplet: 48, CA and 5D. RGB value is (72,202,93). Sum of RGB (Red+Green+Blue) = 72+202+93=367 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.62% from 367); Green value is 202 (79.30% from 255 or 55.04% from 367); Blue value is 93 (36.72% from 255 or 25.34% from 367); Max value from RGB is 202 - color contains mainly: green. Hex color #48CA5D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48CA5D is #B735A2. Grayscale: #979797. Windows color (decimal): -12006819 or 6146632. OLE color: 6146632.

HSL color Cylindrical-coordinate representation of color #48CA5D: hue angle of 129.69º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #48CA5D is Cyan = 0.64, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.21.

Color convert

RGB7220293-
CMYK0.6400.540.21
HSL129.69º55.08%53.73%-
HSV(B)129.69º64.36%79.22%-
XYZ25.7744.4117.57-
YUV150.795.4371.86-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.62%
GREEN value IS 202 (79.30% from 255) = 55.04%
BLUE value IS 93 (36.72% from 255) = 25.34%
R=19.62%
G=55.04%
B=25.34%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal72202930.6400.540.21129.6955.0853.73
Hex48CA5D4003615823736
Octal110312135100066252026766
Binary1001000110010101011101100000001101101010110000010110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48CA5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,202,93); }

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

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

 a { background-color: rgb(72,202,93); }

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

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

 span { border-color: rgb(72,202,93); }

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