#48BE61

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

Shades of Emerald #48BE61

Tints of Emerald #48BE61

Color information

#48BE61 (or 0x48BE61) is unknown color: approx Emerald. HEX triplet: 48, BE and 61. RGB value is (72,190,97). Sum of RGB (Red+Green+Blue) = 72+190+97=359 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.06% from 359); Green value is 190 (74.61% from 255 or 52.92% from 359); Blue value is 97 (38.28% from 255 or 27.02% from 359); Max value from RGB is 190 - color contains mainly: green. Hex color #48BE61 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48BE61 is #B7419E. Grayscale: #909090. Windows color (decimal): -12009887 or 6405704. OLE color: 6405704.

HSL color Cylindrical-coordinate representation of color #48BE61: hue angle of 132.71º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #48BE61 is Cyan = 0.62, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.25.

Color convert

RGB7219097-
CMYK0.6200.490.25
HSL132.71º47.58%51.37%-
HSV(B)132.71º62.11%74.51%-
XYZ23.2439.0717.63-
YUV144.12101.4176.56-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.06%
GREEN value IS 190 (74.61% from 255) = 52.92%
BLUE value IS 97 (38.28% from 255) = 27.02%
R=20.06%
G=52.92%
B=27.02%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal72190970.6200.490.25132.7147.5851.37
Hex48BE613E03119853033
Octal11027614176061312056063
Binary100100010111110110000111111001100011100110000101110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48BE61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,190,97); }

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

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

 a { background-color: rgb(72,190,97); }

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

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

 span { border-color: rgb(72,190,97); }

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