#48CA77

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

Shades of Emerald #48CA77

Tints of Emerald #48CA77

Color information

#48CA77 (or 0x48CA77) is unknown color: approx Emerald. HEX triplet: 48, CA and 77. RGB value is (72,202,119). Sum of RGB (Red+Green+Blue) = 72+202+119=393 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.32% from 393); Green value is 202 (79.30% from 255 or 51.40% from 393); Blue value is 119 (46.88% from 255 or 30.28% from 393); Max value from RGB is 202 - color contains mainly: green. Hex color #48CA77 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48CA77 is #B73588. Grayscale: #999999. Windows color (decimal): -12006793 or 7850568. OLE color: 7850568.

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

Color convert

RGB72202119-
CMYK0.6400.410.21
HSL141.69º55.08%53.73%-
HSV(B)141.69º64.36%79.22%-
XYZ27.1244.9524.7-
YUV153.67108.4369.75-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 18.32%
GREEN value IS 202 (79.30% from 255) = 51.40%
BLUE value IS 119 (46.88% from 255) = 30.28%
R=18.32%
G=51.40%
B=30.28%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal722021190.6400.410.21141.6955.0853.73
Hex48CA7740029158e3736
Octal110312167100051252166766
Binary1001000110010101110111100000001010011010110001110110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48CA77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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