#48CA5C

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

Shades of Emerald #48CA5C

Tints of Emerald #48CA5C

Color information

#48CA5C (or 0x48CA5C) is unknown color: approx Emerald. HEX triplet: 48, CA and 5C. RGB value is (72,202,92). Sum of RGB (Red+Green+Blue) = 72+202+92=366 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.67% from 366); Green value is 202 (79.30% from 255 or 55.19% from 366); Blue value is 92 (36.33% from 255 or 25.14% from 366); Max value from RGB is 202 - color contains mainly: green. Hex color #48CA5C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48CA5C is #B735A3. Grayscale: #969696. Windows color (decimal): -12006820 or 6081096. OLE color: 6081096.

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

Color convert

RGB7220292-
CMYK0.6400.540.21
HSL129.23º55.08%53.73%-
HSV(B)129.23º64.36%79.22%-
XYZ25.7244.3917.34-
YUV150.5994.9371.94-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.67%
GREEN value IS 202 (79.30% from 255) = 55.19%
BLUE value IS 92 (36.33% from 255) = 25.14%
R=19.67%
G=55.19%
B=25.14%

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
Decimal72202920.6400.540.21129.2355.0853.73
Hex48CA5C4003615813736
Octal110312134100066252016766
Binary1001000110010101011100100000001101101010110000001110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48CA5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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