#48CB79

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

Shades of Emerald #48CB79

Tints of Emerald #48CB79

Color information

#48CB79 (or 0x48CB79) is unknown color: approx Emerald. HEX triplet: 48, CB and 79. RGB value is (72,203,121). Sum of RGB (Red+Green+Blue) = 72+203+121=396 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.18% from 396); Green value is 203 (79.69% from 255 or 51.26% from 396); Blue value is 121 (47.66% from 255 or 30.56% from 396); Max value from RGB is 203 - color contains mainly: green. Hex color #48CB79 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48CB79 is #B73486. Grayscale: #9A9A9A. Windows color (decimal): -12006535 or 7981896. OLE color: 7981896.

HSL color Cylindrical-coordinate representation of color #48CB79: hue angle of 142.44º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #48CB79 is Cyan = 0.65, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.20.

Color convert

RGB72203121-
CMYK0.6500.400.20
HSL142.44º55.74%53.92%-
HSV(B)142.44º64.53%79.61%-
XYZ27.4845.4725.42-
YUV154.48109.169.17-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 18.18%
GREEN value IS 203 (79.69% from 255) = 51.26%
BLUE value IS 121 (47.66% from 255) = 30.56%
R=18.18%
G=51.26%
B=30.56%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal722031210.6500.400.20142.4455.7453.92
Hex48CB7941028148e3836
Octal110313171101050242167066
Binary1001000110010111111001100000101010001010010001110111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48CB79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,203,121); }

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

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

 a { background-color: rgb(72,203,121); }

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

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

 span { border-color: rgb(72,203,121); }

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