#48BD54

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

Shades of Fruit Salad #48BD54

Tints of Fruit Salad #48BD54

Color information

#48BD54 (or 0x48BD54) is unknown color: approx Fruit Salad. HEX triplet: 48, BD and 54. RGB value is (72,189,84). Sum of RGB (Red+Green+Blue) = 72+189+84=345 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.87% from 345); Green value is 189 (74.22% from 255 or 54.78% from 345); Blue value is 84 (33.20% from 255 or 24.35% from 345); Max value from RGB is 189 - color contains mainly: green. Hex color #48BD54 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48BD54 is #B742AB. Grayscale: #8E8E8E. Windows color (decimal): -12010156 or 5553480. OLE color: 5553480.

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

Color convert

RGB7218984-
CMYK0.6200.560.26
HSL126.15º46.99%51.18%-
HSV(B)126.15º61.9%74.12%-
XYZ22.4738.4114.62-
YUV142.0595.2478.04-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.87%
GREEN value IS 189 (74.22% from 255) = 54.78%
BLUE value IS 84 (33.20% from 255) = 24.35%
R=20.87%
G=54.78%
B=24.35%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal72189840.6200.560.26126.1546.9951.18
Hex48BD543E0381A7e2f33
Octal11027512476070321765763
Binary10010001011110110101001111100111000110101111110101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48BD54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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