#48BA4F

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

Shades of Fruit Salad #48BA4F

Tints of Fruit Salad #48BA4F

Color information

#48BA4F (or 0x48BA4F) is unknown color: approx Fruit Salad. HEX triplet: 48, BA and 4F. RGB value is (72,186,79). Sum of RGB (Red+Green+Blue) = 72+186+79=337 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.36% from 337); Green value is 186 (73.05% from 255 or 55.19% from 337); Blue value is 79 (31.25% from 255 or 23.44% from 337); Max value from RGB is 186 - color contains mainly: green. Hex color #48BA4F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48BA4F is #B745B0. Grayscale: #8C8C8C. Windows color (decimal): -12010929 or 5225032. OLE color: 5225032.

HSL color Cylindrical-coordinate representation of color #48BA4F: hue angle of 123.68º 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 #48BA4F is Cyan = 0.61, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.27.

Color convert

RGB7218679-
CMYK0.6100.580.27
HSL123.68º45.24%50.59%-
HSV(B)123.68º61.29%72.94%-
XYZ21.6437.0613.41-
YUV139.7293.7379.7-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.36%
GREEN value IS 186 (73.05% from 255) = 55.19%
BLUE value IS 79 (31.25% from 255) = 23.44%
R=21.36%
G=55.19%
B=23.44%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal72186790.6100.580.27123.6845.2450.59
Hex48BA4F3D03A1B7c2d33
Octal11027211775072331745563
Binary10010001011101010011111111010111010110111111100101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48BA4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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