#48c75a

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

Shades of Emerald #48C75A

Tints of Emerald #48C75A

Color information

#48C75A (or 0x48C75A) is unknown color: approx Emerald. HEX triplet: 48, C7 and 5A. RGB value is (72,199,90). Sum of RGB (Red+Green+Blue) = 72+199+90=361 (47% of max value = 765). Red value is 72 (28.52% from 255 or 19.94% from 361); Green value is 199 (78.12% from 255 or 55.12% from 361); Blue value is 90 (35.55% from 255 or 24.93% from 361); Max value from RGB is 199 - color contains mainly: green. Hex color #48C75A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48C75A is #B738A5. Grayscale: #949494. Windows color (decimal): -12007590 or 5949256. OLE color: 5949256.

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

Color convert

RGB7219990-
CMYK0.6400.550.22
HSL128.5º53.14%53.14%-
HSV(B)128.5º63.82%78.04%-
XYZ24.9442.9616.65-
YUV148.694.9273.36-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.94%
GREEN value IS 199 (78.12% from 255) = 55.12%
BLUE value IS 90 (35.55% from 255) = 24.93%
R=19.94%
G=55.12%
B=24.93%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal72199900.6400.550.22128.553.1453.14
Hex48C75A4003716813535
Octal110307132100067262016565
Binary1001000110001111011010100000001101111011010000001110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48c75a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,199,90); }

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

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

 a { background-color: rgb(72,199,90); }

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

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

 span { border-color: rgb(72,199,90); }

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