#48BA4D

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

Shades of Fruit Salad #48BA4D

Tints of Fruit Salad #48BA4D

Color information

#48BA4D (or 0x48BA4D) is unknown color: approx Fruit Salad. HEX triplet: 48, BA and 4D. RGB value is (72,186,77). Sum of RGB (Red+Green+Blue) = 72+186+77=335 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.49% from 335); Green value is 186 (73.05% from 255 or 55.52% from 335); Blue value is 77 (30.47% from 255 or 22.99% from 335); Max value from RGB is 186 - color contains mainly: green. Hex color #48BA4D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48BA4D is #B745B2. Grayscale: #8B8B8B. Windows color (decimal): -12010931 or 5093960. OLE color: 5093960.

HSL color Cylindrical-coordinate representation of color #48BA4D: hue angle of 122.63º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #48BA4D is Cyan = 0.61, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.27.

Color convert

RGB7218677-
CMYK0.6100.590.27
HSL122.63º45.24%50.59%-
HSV(B)122.63º61.29%72.94%-
XYZ21.5737.0313.03-
YUV139.4992.7379.86-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.49%
GREEN value IS 186 (73.05% from 255) = 55.52%
BLUE value IS 77 (30.47% from 255) = 22.99%
R=21.49%
G=55.52%
B=22.99%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal72186770.6100.590.27122.6345.2450.59
Hex48BA4D3D03B1B7b2d33
Octal11027211575073331735563
Binary10010001011101010011011111010111011110111111011101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48BA4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,186,77); }

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

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

 a { background-color: rgb(72,186,77); }

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

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

 span { border-color: rgb(72,186,77); }

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