#48BE55

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

Shades of Fruit Salad #48BE55

Tints of Fruit Salad #48BE55

Color information

#48BE55 (or 0x48BE55) is unknown color: approx Fruit Salad. HEX triplet: 48, BE and 55. RGB value is (72,190,85). Sum of RGB (Red+Green+Blue) = 72+190+85=347 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.75% from 347); Green value is 190 (74.61% from 255 or 54.76% from 347); Blue value is 85 (33.59% from 255 or 24.50% from 347); Max value from RGB is 190 - color contains mainly: green. Hex color #48BE55 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48BE55 is #B741AA. Grayscale: #8F8F8F. Windows color (decimal): -12009899 or 5619272. OLE color: 5619272.

HSL color Cylindrical-coordinate representation of color #48BE55: hue angle of 126.61º 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 #48BE55 is Cyan = 0.62, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.25.

Color convert

RGB7219085-
CMYK0.6200.550.25
HSL126.61º47.58%51.37%-
HSV(B)126.61º62.11%74.51%-
XYZ22.7338.8614.9-
YUV142.7595.4177.54-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.75%
GREEN value IS 190 (74.61% from 255) = 54.76%
BLUE value IS 85 (33.59% from 255) = 24.50%
R=20.75%
G=54.76%
B=24.50%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal72190850.6200.550.25126.6147.5851.37
Hex48BE553E037197f3033
Octal11027612576067311776063
Binary10010001011111010101011111100110111110011111111110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48BE55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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