#48C95B

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

Shades of Emerald #48C95B

Tints of Emerald #48C95B

Color information

#48C95B (or 0x48C95B) is unknown color: approx Emerald. HEX triplet: 48, C9 and 5B. RGB value is (72,201,91). Sum of RGB (Red+Green+Blue) = 72+201+91=364 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.78% from 364); Green value is 201 (78.91% from 255 or 55.22% from 364); Blue value is 91 (35.94% from 255 or 25% from 364); Max value from RGB is 201 - color contains mainly: green. Hex color #48C95B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48C95B is #B736A4. Grayscale: #969696. Windows color (decimal): -12007077 or 6015304. OLE color: 6015304.

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

Color convert

RGB7220191-
CMYK0.6400.550.21
HSL128.84º54.43%53.53%-
HSV(B)128.84º64.18%78.82%-
XYZ25.4543.9117.03-
YUV149.8994.7672.44-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.78%
GREEN value IS 201 (78.91% from 255) = 55.22%
BLUE value IS 91 (35.94% from 255) = 25%
R=19.78%
G=55.22%
B=25%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal72201910.6400.550.21128.8454.4353.53
Hex48C95B4003715813636
Octal110311133100067252016666
Binary1001000110010011011011100000001101111010110000001110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48C95B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,201,91); }

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

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

 a { background-color: rgb(72,201,91); }

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

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

 span { border-color: rgb(72,201,91); }

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