#48BE51

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

Shades of Fruit Salad #48BE51

Tints of Fruit Salad #48BE51

Color information

#48BE51 (or 0x48BE51) is unknown color: approx Fruit Salad. HEX triplet: 48, BE and 51. RGB value is (72,190,81). Sum of RGB (Red+Green+Blue) = 72+190+81=343 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.99% from 343); Green value is 190 (74.61% from 255 or 55.39% from 343); Blue value is 81 (32.03% from 255 or 23.62% from 343); Max value from RGB is 190 - color contains mainly: green. Hex color #48BE51 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48BE51 is #B741AE. Grayscale: #8E8E8E. Windows color (decimal): -12009903 or 5357128. OLE color: 5357128.

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

Color convert

RGB7219081-
CMYK0.6200.570.25
HSL124.58º47.58%51.37%-
HSV(B)124.58º62.11%74.51%-
XYZ22.5738.814.08-
YUV142.2993.4177.86-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.99%
GREEN value IS 190 (74.61% from 255) = 55.39%
BLUE value IS 81 (32.03% from 255) = 23.62%
R=20.99%
G=55.39%
B=23.62%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal72190810.6200.570.25124.5847.5851.37
Hex48BE513E039197d3033
Octal11027612176071311756063
Binary10010001011111010100011111100111001110011111101110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48BE51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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