#48BE53

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

Shades of Fruit Salad #48BE53

Tints of Fruit Salad #48BE53

Color information

#48BE53 (or 0x48BE53) is unknown color: approx Fruit Salad. HEX triplet: 48, BE and 53. RGB value is (72,190,83). Sum of RGB (Red+Green+Blue) = 72+190+83=345 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.87% from 345); Green value is 190 (74.61% from 255 or 55.07% from 345); Blue value is 83 (32.81% from 255 or 24.06% from 345); Max value from RGB is 190 - color contains mainly: green. Hex color #48BE53 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48BE53 is #B741AC. Grayscale: #8E8E8E. Windows color (decimal): -12009901 or 5488200. OLE color: 5488200.

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

Color convert

RGB7219083-
CMYK0.6200.560.25
HSL125.59º47.58%51.37%-
HSV(B)125.59º62.11%74.51%-
XYZ22.6538.8314.48-
YUV142.5294.4177.7-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.87%
GREEN value IS 190 (74.61% from 255) = 55.07%
BLUE value IS 83 (32.81% from 255) = 24.06%
R=20.87%
G=55.07%
B=24.06%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal72190830.6200.560.25125.5947.5851.37
Hex48BE533E038197e3033
Octal11027612376070311766063
Binary10010001011111010100111111100111000110011111110110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48BE53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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