#48BD57

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

Shades of Fruit Salad #48BD57

Tints of Fruit Salad #48BD57

Color information

#48BD57 (or 0x48BD57) is unknown color: approx Fruit Salad. HEX triplet: 48, BD and 57. RGB value is (72,189,87). Sum of RGB (Red+Green+Blue) = 72+189+87=348 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.69% from 348); Green value is 189 (74.22% from 255 or 54.31% from 348); Blue value is 87 (34.38% from 255 or 25% from 348); Max value from RGB is 189 - color contains mainly: green. Hex color #48BD57 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48BD57 is #B742A8. Grayscale: #8E8E8E. Windows color (decimal): -12010153 or 5750088. OLE color: 5750088.

HSL color Cylindrical-coordinate representation of color #48BD57: hue angle of 127.69º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #48BD57 is Cyan = 0.62, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.26.

Color convert

RGB7218987-
CMYK0.6200.540.26
HSL127.69º46.99%51.18%-
HSV(B)127.69º61.9%74.12%-
XYZ22.5938.4615.25-
YUV142.3996.7477.79-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.69%
GREEN value IS 189 (74.22% from 255) = 54.31%
BLUE value IS 87 (34.38% from 255) = 25%
R=20.69%
G=54.31%
B=25%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal72189870.6200.540.26127.6946.9951.18
Hex48BD573E0361A802f33
Octal11027512776066322005763
Binary100100010111101101011111111001101101101010000000101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48BD57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,189,87); }

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

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

 a { background-color: rgb(72,189,87); }

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

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

 span { border-color: rgb(72,189,87); }

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