#48f189

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

Shades of Emerald #48F189

Tints of Emerald #48F189

Color information

#48F189 (or 0x48F189) is unknown color: approx Emerald. HEX triplet: 48, F1 and 89. RGB value is (72,241,137). Sum of RGB (Red+Green+Blue) = 72+241+137=450 (59% of max value = 765). Red value is 72 (28.52% from 255 or 16% from 450); Green value is 241 (94.53% from 255 or 53.56% from 450); Blue value is 137 (53.91% from 255 or 30.44% from 450); Max value from RGB is 241 - color contains mainly: green. Hex color #48F189 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #48F189 is #B70E76. Grayscale: #B2B2B2. Windows color (decimal): -11996791 or 9040200. OLE color: 9040200.

HSL color Cylindrical-coordinate representation of color #48F189: hue angle of 143.08º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #48F189 is Cyan = 0.70, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.05.

Color convert

RGB72241137-
CMYK0.7000.430.05
HSL143.08º85.79%61.37%-
HSV(B)143.08º70.12%94.51%-
XYZ38.6466.0934.39-
YUV178.61104.5151.96-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 16%
GREEN value IS 241 (94.53% from 255) = 53.56%
BLUE value IS 137 (53.91% from 255) = 30.44%
R=16%
G=53.56%
B=30.44%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal722411370.7000.430.05143.0885.7961.37
Hex48F1894602B58f563d
Octal110361211106053521712675
Binary1001000111100011000100110001100101011101100011111010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48f189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,241,137); }

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

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

 a { background-color: rgb(72,241,137); }

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

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

 span { border-color: rgb(72,241,137); }

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